Class PkixPublicKey
A public key in the PkixPublicKey format (see https://tools.ietf.org/html/rfc5280#section-4.1.2.7 for details). Public keys of this type are typically textually encoded using the PEM format.
Implements
Inherited Members
Namespace: Google.Apis.BinaryAuthorization.v1beta1.Data
Assembly: Google.Apis.BinaryAuthorization.v1beta1.dll
Syntax
public class PkixPublicKey : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
PublicKeyPem
A PEM-encoded public key, as described in https://tools.ietf.org/html/rfc7468#section-13
Declaration
[JsonProperty("publicKeyPem")]
public virtual string PublicKeyPem { get; set; }
Property Value
Type | Description |
---|---|
string |
SignatureAlgorithm
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).
Declaration
[JsonProperty("signatureAlgorithm")]
public virtual string SignatureAlgorithm { get; set; }
Property Value
Type | Description |
---|---|
string |