public sealed class CertificateChains : IMessage<KeyOperationAttestation.Types.CertificateChains>, IEquatable<KeyOperationAttestation.Types.CertificateChains>, IDeepCloneable<KeyOperationAttestation.Types.CertificateChains>, IBufferMessage, IMessage
Certificate chains needed to verify the attestation. Certificates in chains are PEM-encoded and are ordered based on https://tools.ietf.org/html/rfc5246#section-7.4.2.
Implements
IMessage<KeyOperationAttestation.Types.CertificateChains>, IEquatable<KeyOperationAttestation.Types.CertificateChains>, IDeepCloneable<KeyOperationAttestation.Types.CertificateChains>, IBufferMessage, IMessageNamespace
Google.Cloud.Kms.V1Assembly
Google.Cloud.Kms.V1.dll
Constructors
CertificateChains()
public CertificateChains()
CertificateChains(KeyOperationAttestation.Types.CertificateChains)
public CertificateChains(KeyOperationAttestation.Types.CertificateChains other)
Parameter | |
---|---|
Name | Description |
other | KeyOperationAttestation.Types.CertificateChains |
Properties
CaviumCerts
public RepeatedField<string> CaviumCerts { get; }
Cavium certificate chain corresponding to the attestation.
Property Value | |
---|---|
Type | Description |
RepeatedField<String> |
GoogleCardCerts
public RepeatedField<string> GoogleCardCerts { get; }
Google card certificate chain corresponding to the attestation.
Property Value | |
---|---|
Type | Description |
RepeatedField<String> |
GooglePartitionCerts
public RepeatedField<string> GooglePartitionCerts { get; }
Google partition certificate chain corresponding to the attestation.
Property Value | |
---|---|
Type | Description |
RepeatedField<String> |