Show / Hide Table of Contents

Class SSLCertificate.Types.AuthorityKeyId

Identifies the public key to be used to verify the signature on this certificate or CRL.

Inheritance
object
SSLCertificate.Types.AuthorityKeyId
Implements
IMessage<SSLCertificate.Types.AuthorityKeyId>
IEquatable<SSLCertificate.Types.AuthorityKeyId>
IDeepCloneable<SSLCertificate.Types.AuthorityKeyId>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
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
In this article
Back to top Generated by DocFX