Class SSLCertificate.Types.AuthorityKeyId
Identifies the public key to be used to verify the signature on this certificate or CRL.
Implements
Namespace: Google.Backstory
Assembly: Google.Backstory.dll
Syntax
public sealed class SSLCertificate.Types.AuthorityKeyId : IMessage<SSLCertificate.Types.AuthorityKeyId>, IEquatable<SSLCertificate.Types.AuthorityKeyId>, IDeepCloneable<SSLCertificate.Types.AuthorityKeyId>, IBufferMessage, IMessage
Constructors
AuthorityKeyId()
Declaration
public AuthorityKeyId()
AuthorityKeyId(AuthorityKeyId)
Declaration
public AuthorityKeyId(SSLCertificate.Types.AuthorityKeyId other)
Parameters
| Type | Name | Description |
|---|---|---|
| SSLCertificate.Types.AuthorityKeyId | other |
Properties
Keyid
Key hexdump.
Declaration
public string Keyid { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SerialNumber
Serial number hexdump.
Declaration
public string SerialNumber { get; set; }
Property Value
| Type | Description |
|---|---|
| string |