public sealed class CertificateConfig.Types.KeyId : IMessage<CertificateConfig.Types.KeyId>, IEquatable<CertificateConfig.Types.KeyId>, IDeepCloneable<CertificateConfig.Types.KeyId>, IBufferMessage, IMessage
Reference 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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage provides documentation for the `CertificateConfig.Types.KeyId` class within the Google Cloud Security Private CA v1 API."],["The `KeyId` class is used to identify a specific public key, commonly through a hash of the public key."],["The webpage shows the inheritance and implementation details of `CertificateConfig.Types.KeyId`, including that it implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `KeyId` class has two constructors, a default and a copy constructor that takes another `KeyId` object as a parameter."],["The `KeyId` class contains a `KeyId_` property which stores the lowercase hexadecimal encoded value of the key ID, which is likely the SHA-1 hash of the public key."]]],[]]