public sealed class CertificateDescription.Types.KeyId : IMessage<CertificateDescription.Types.KeyId>, IEquatable<CertificateDescription.Types.KeyId>, IDeepCloneable<CertificateDescription.Types.KeyId>, IBufferMessage, IMessageReference 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.
Implements
IMessageCertificateDescriptionTypesKeyId, IEquatableCertificateDescriptionTypesKeyId, IDeepCloneableCertificateDescriptionTypesKeyId, IBufferMessage, IMessageNamespace
Google.Cloud.Security.PrivateCA.V1Assembly
Google.Cloud.Security.PrivateCA.V1.dll
Constructors
KeyId()
public KeyId()KeyId(KeyId)
public KeyId(CertificateDescription.Types.KeyId other)| Parameter | |
|---|---|
| Name | Description |
other |
CertificateDescriptionTypesKeyId |
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 |
|