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 \u003ccode\u003ePkixPublicKey\u003c/code\u003e class represents a public key in the PkixPublicKey format, typically encoded using the PEM format.\u003c/p\u003e\n"],["\u003cp\u003eThis class is part of the \u003ccode\u003eGoogle.Cloud.BinaryAuthorization.V1\u003c/code\u003e namespace and is implemented in the \u003ccode\u003eGoogle.Cloud.BinaryAuthorization.V1.dll\u003c/code\u003e assembly.\u003c/p\u003e\n"],["\u003cp\u003eThe class implements multiple interfaces, including \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.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003ePkixPublicKey\u003c/code\u003e has two constructors, a default constructor, and a constructor that takes another \u003ccode\u003ePkixPublicKey\u003c/code\u003e object as a parameter.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ePkixPublicKey\u003c/code\u003e class has properties for \u003ccode\u003ePublicKeyPem\u003c/code\u003e, representing the PEM-encoded key, and \u003ccode\u003eSignatureAlgorithm\u003c/code\u003e, specifying the algorithm for signature verification.\u003c/p\u003e\n"]]],[],null,[]]