public PkixPublicKey.Types.SignatureAlgorithm SignatureAlgorithm { get; set; }
The signature algorithm used to verify a message against a signature using
this key.
These signature algorithm must match the structure and any object
identifiers encoded in public_key_pem (i.e. this algorithm must match
that of 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\u003eVersion 2.5.0 is the latest release, with version 2.0.0 as part of the available versions displayed, along with versions ranging from 1.0.0 to 2.4.0.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ePkixPublicKey\u003c/code\u003e class is a representation of a public key in the PkixPublicKey format, typically encoded in PEM format, as per the IETF RFC5280 standard.\u003c/p\u003e\n"],["\u003cp\u003eThis class inherits from \u003ccode\u003eObject\u003c/code\u003e and implements \u003ccode\u003eIMessage<PkixPublicKey>\u003c/code\u003e, \u003ccode\u003eIEquatable<PkixPublicKey>\u003c/code\u003e, \u003ccode\u003eIDeepCloneable<PkixPublicKey>\u003c/code\u003e, \u003ccode\u003eIBufferMessage\u003c/code\u003e, and \u003ccode\u003eIMessage\u003c/code\u003e interfaces.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003ePkixPublicKey\u003c/code\u003e includes properties such as \u003ccode\u003ePublicKeyPem\u003c/code\u003e, which holds a PEM-encoded public key string, and \u003ccode\u003eSignatureAlgorithm\u003c/code\u003e, which specifies the algorithm used to verify signatures.\u003c/p\u003e\n"],["\u003cp\u003eThe class has two constructors: one default \u003ccode\u003ePkixPublicKey()\u003c/code\u003e, and the other \u003ccode\u003ePkixPublicKey(PkixPublicKey other)\u003c/code\u003e which copies an existing \u003ccode\u003ePkixPublicKey\u003c/code\u003e object.\u003c/p\u003e\n"]]],[],null,[]]