Class CertificateDescription.Types.KeyId (2.3.0)

public sealed class KeyId : IMessage<CertificateDescription.Types.KeyId>, IEquatable<CertificateDescription.Types.KeyId>, IDeepCloneable<CertificateDescription.Types.KeyId>, IBufferMessage, IMessage

A KeyId identifies a specific public key, usually by hashing the public key.

Inheritance

Object > CertificateDescription.Types.KeyId

Namespace

Google.Cloud.Security.PrivateCA.V1

Assembly

Google.Cloud.Security.PrivateCA.V1.dll

Constructors

KeyId()

public KeyId()

KeyId(CertificateDescription.Types.KeyId)

public KeyId(CertificateDescription.Types.KeyId other)
Parameter
NameDescription
otherCertificateDescription.Types.KeyId

Properties

KeyId_

public string KeyId_ { get; set; }

Optional. The value of this KeyId encoded in lowercase hexadecimal. This is most likely the 160 bit SHA-1 hash of the public key.

Property Value
TypeDescription
String