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.
[[["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 `CertificateDescription.Types.KeyId` class within the Google Cloud Security Private CA v1 API, detailing its purpose and implementation."],["The `KeyId` class, part of the `Google.Cloud.Security.PrivateCA.V1` namespace, is used to identify a public key, often through a hash."],["The page offers a version history, from version 1.0.0 up to the latest version 3.9.0, providing links to the documentation of each version of the API class."],["The `KeyId` class implements several interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["KeyId class contains a property named `KeyId_`, which is a string, and should contain a hexadecimal encoding of the key that is likely the SHA-1 hash of the public key."]]],[]]