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\u003eThe latest version of PkixPublicKey is 2.0.0-beta08, which can be found in the provided links, with version 1.0.0-beta05 being the current documented release.\u003c/p\u003e\n"],["\u003cp\u003ePkixPublicKey is a public key format defined in RFC5280, and is often encoded in PEM format.\u003c/p\u003e\n"],["\u003cp\u003eThe class implements multiple interfaces including IMessage, IEquatable, IDeepCloneable, and IBufferMessage, and inherits from the Object class.\u003c/p\u003e\n"],["\u003cp\u003ePkixPublicKey has two constructors and two properties, \u003ccode\u003ePublicKeyPem\u003c/code\u003e which is a string, and \u003ccode\u003eSignatureAlgorithm\u003c/code\u003e which is of type \u003ccode\u003ePkixPublicKey.Types.SignatureAlgorithm\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe property \u003ccode\u003ePublicKeyPem\u003c/code\u003e is a PEM-encoded public key and \u003ccode\u003eSignatureAlgorithm\u003c/code\u003e specifies the algorithm to verify a message against a signature using this key.\u003c/p\u003e\n"]]],[],null,[]]