Class AttestorAttestationAuthorityNotePublicKeyPkixPublicKey
Inheritance
System.Object
AttestorAttestationAuthorityNotePublicKeyPkixPublicKey
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Gcp.BinaryAuthorization.Outputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class AttestorAttestationAuthorityNotePublicKeyPkixPublicKey
Fields
View SourcePublicKeyPem
A PEM-encoded public key, as described in
https://tools.ietf.org/html/rfc7468#section-13
Declaration
public readonly string PublicKeyPem
Field Value
| Type | Description |
|---|---|
| System.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 publicKeyPem (i.e. this algorithm must match that of the public key).
Declaration
public readonly string SignatureAlgorithm
Field Value
| Type | Description |
|---|---|
| System.String |