Certificate Authority v1 API - Class CertificateDescription.Types.KeyId (3.6.0)

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

Reference documentation and code samples for the Certificate Authority v1 API class CertificateDescription.Types.KeyId.

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(KeyId)

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

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