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."],[[["The latest version of the `PkixPublicKey` class in the Binary Authorization v1 API is 2.5.0, with older versions available from 2.4.0 down to 1.0.0."],["The `PkixPublicKey` class represents a public key in the PkixPublicKey format and is typically encoded textually using the PEM format."],["This class implements several interfaces, including `IMessage`, `IEquatable\u003cPkixPublicKey\u003e`, `IDeepCloneable\u003cPkixPublicKey\u003e`, and `IBufferMessage`, and inherits members from the `object` class."],["The class has two constructors, `PkixPublicKey()` and `PkixPublicKey(PkixPublicKey other)`, and contains properties for `PublicKeyPem`, a PEM-encoded string, and `SignatureAlgorithm`, which specifies the algorithm used for verification."],["The namespace of the class is `Google.Cloud.BinaryAuthorization.V1` and is located in `Google.Cloud.BinaryAuthorization.V1.dll` assembly."]]],[]]