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"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["Version 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."],["The `PkixPublicKey` class is a representation of a public key in the PkixPublicKey format, typically encoded in PEM format, as per the IETF RFC5280 standard."],["This class inherits from `Object` and implements `IMessage\u003cPkixPublicKey\u003e`, `IEquatable\u003cPkixPublicKey\u003e`, `IDeepCloneable\u003cPkixPublicKey\u003e`, `IBufferMessage`, and `IMessage` interfaces."],["`PkixPublicKey` includes properties such as `PublicKeyPem`, which holds a PEM-encoded public key string, and `SignatureAlgorithm`, which specifies the algorithm used to verify signatures."],["The class has two constructors: one default `PkixPublicKey()`, and the other `PkixPublicKey(PkixPublicKey other)` which copies an existing `PkixPublicKey` object."]]],[]]