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-08-07 UTC."],[[["\u003cp\u003eThe PkixPublicKey class represents a public key in the PkixPublicKey format, as defined in RFC5280, section 4.1.2.7, often encoded in PEM format.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements multiple interfaces, including IMessage, IEquatable, IDeepCloneable, and IBufferMessage.\u003c/p\u003e\n"],["\u003cp\u003ePkixPublicKey has two constructors: a default one and another that takes another PkixPublicKey as a parameter for initialization.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes properties for \u003ccode\u003ePublicKeyPem\u003c/code\u003e, which stores the PEM-encoded public key, and \u003ccode\u003eSignatureAlgorithm\u003c/code\u003e, which specifies the algorithm used for verifying signatures with this key.\u003c/p\u003e\n"],["\u003cp\u003eThe class is a part of the Google.Cloud.BinaryAuthorization.V1Beta1 namespace, within the Google.Cloud.BinaryAuthorization.V1Beta1.dll assembly.\u003c/p\u003e\n"]]],[],null,[]]