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."],[[["This documentation details the `PkixPublicKey` class, part of the Google Cloud Binary Authorization v1beta1 API, and is available in different versions, including the latest `2.0.0-beta08`."],["The `PkixPublicKey` class represents a public key encoded in the PkixPublicKey format and typically uses PEM for textual encoding, as per RFC5280."],["It implements several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["The class includes properties such as `PublicKeyPem`, for storing the PEM-encoded key, and `SignatureAlgorithm`, for defining the signature verification algorithm."],["Two constructors are provided, one being a parameterless constructor and the other accepting another `PkixPublicKey` instance, enabling key copying."]]],[]]