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\u003eThis documentation details the \u003ccode\u003ePkixPublicKey\u003c/code\u003e class, part of the Google Cloud Binary Authorization v1beta1 API, and is available in different versions, including the latest \u003ccode\u003e2.0.0-beta08\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ePkixPublicKey\u003c/code\u003e class represents a public key encoded in the PkixPublicKey format and typically uses PEM for textual encoding, as per RFC5280.\u003c/p\u003e\n"],["\u003cp\u003eIt implements several interfaces like \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, and inherits from the \u003ccode\u003eobject\u003c/code\u003e class.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes properties such as \u003ccode\u003ePublicKeyPem\u003c/code\u003e, for storing the PEM-encoded key, and \u003ccode\u003eSignatureAlgorithm\u003c/code\u003e, for defining the signature verification algorithm.\u003c/p\u003e\n"],["\u003cp\u003eTwo constructors are provided, one being a parameterless constructor and the other accepting another \u003ccode\u003ePkixPublicKey\u003c/code\u003e instance, enabling key copying.\u003c/p\u003e\n"]]],[],null,[]]