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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eKeyId\u003c/code\u003e class is used to identify a specific public key, often through a hash of the public key.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of this class is 3.9.0, and multiple versions, including 2.2.0, are documented within the content.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eKeyId\u003c/code\u003e is implemented with several interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class has a constructor, \u003ccode\u003eKeyId()\u003c/code\u003e, which can be called with or without a CertificateDescription.Types.KeyId parameter.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eKeyId_\u003c/code\u003e property, represented as a string, stores the lowercase hexadecimal-encoded value of the key identifier, typically a 160-bit SHA-1 hash.\u003c/p\u003e\n"]]],[],null,[]]