public sealed class CertificateConfig.Types.KeyId : IMessage<CertificateConfig.Types.KeyId>, IEquatable<CertificateConfig.Types.KeyId>, IDeepCloneable<CertificateConfig.Types.KeyId>, IBufferMessage, IMessageReference documentation and code samples for the Certificate Authority v1 API class CertificateConfig.Types.KeyId.
A KeyId identifies a specific public key, usually by hashing the public key.
Implements
IMessageCertificateConfigTypesKeyId, IEquatableCertificateConfigTypesKeyId, IDeepCloneableCertificateConfigTypesKeyId, IBufferMessage, IMessageNamespace
Google.Cloud.Security.PrivateCA.V1Assembly
Google.Cloud.Security.PrivateCA.V1.dll
Constructors
KeyId()
public KeyId()KeyId(KeyId)
public KeyId(CertificateConfig.Types.KeyId other)| Parameter | |
|---|---|
| Name | Description |
other |
CertificateConfigTypesKeyId |
Properties
KeyId_
public string KeyId_ { get; set; }Required. 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 |
|