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.
Implements
IMessage<CertificateDescription.Types.KeyId>, IEquatable<CertificateDescription.Types.KeyId>, IDeepCloneable<CertificateDescription.Types.KeyId>, IBufferMessage, IMessageNamespace
Google.Cloud.Security.PrivateCA.V1Assembly
Google.Cloud.Security.PrivateCA.V1.dll
Constructors
KeyId()
public KeyId()
KeyId(CertificateDescription.Types.KeyId)
public KeyId(CertificateDescription.Types.KeyId other)
Parameter | |
---|---|
Name | Description |
other | CertificateDescription.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 | |
---|---|
Type | Description |
String |