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 class is 3.9.0, with historical versions ranging from 1.0.0 to 3.8.0 also accessible.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eKeyId\u003c/code\u003e class identifies a specific public key, typically using a hash of the public key.\u003c/p\u003e\n"],["\u003cp\u003eThis \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, providing functionalities for message handling, equality checks, deep cloning, and buffer message operations.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eKeyId\u003c/code\u003e class has a constructor taking another \u003ccode\u003eKeyId\u003c/code\u003e as a parameter for creating a new \u003ccode\u003eKeyId\u003c/code\u003e object based on another, along with a default parameterless constructor.\u003c/p\u003e\n"],["\u003cp\u003eThe class has a \u003ccode\u003eKeyId_\u003c/code\u003e property of type string which represents the value of the \u003ccode\u003eKeyId\u003c/code\u003e encoded in lowercase hexadecimal, often a 160 bit SHA-1 hash of the public key.\u003c/p\u003e\n"]]],[],null,[]]