Show / Hide Table of Contents

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 Source

PublicKeyPem

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
View Source

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
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.