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 latest version of the \u003ccode\u003eKeyId\u003c/code\u003e documentation is 3.9.0, with links provided to previous versions ranging from 3.8.0 down to 1.0.0.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eKeyId\u003c/code\u003e is a class that identifies a specific public key, often using a hash of the key.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eKeyId\u003c/code\u003e class implements 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 includes a \u003ccode\u003eKeyId_\u003c/code\u003e property, which represents the lowercase hexadecimal-encoded value of the key, likely a 160-bit SHA-1 hash of the public key.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes 2 constructors: the default \u003ccode\u003eKeyId()\u003c/code\u003e constructor and \u003ccode\u003eKeyId(CertificateDescription.Types.KeyId other)\u003c/code\u003e constructor.\u003c/p\u003e\n"]]],[],null,[]]