public sealed class KeyOperationAttestation.Types.CertificateChains : IMessage<KeyOperationAttestation.Types.CertificateChains>, IEquatable<KeyOperationAttestation.Types.CertificateChains>, IDeepCloneable<KeyOperationAttestation.Types.CertificateChains>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Key Management Service v1 API class KeyOperationAttestation.Types.CertificateChains.
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
IMessageKeyOperationAttestationTypesCertificateChains, IEquatableKeyOperationAttestationTypesCertificateChains, IDeepCloneableKeyOperationAttestationTypesCertificateChains, IBufferMessage, IMessageNamespace
Google.Cloud.Kms.V1Assembly
Google.Cloud.Kms.V1.dll
Constructors
CertificateChains()
public CertificateChains()
CertificateChains(CertificateChains)
public CertificateChains(KeyOperationAttestation.Types.CertificateChains other)
Parameter | |
---|---|
Name | Description |
other |
KeyOperationAttestationTypesCertificateChains |
Properties
CaviumCerts
public RepeatedField<string> CaviumCerts { get; }
Cavium certificate chain corresponding to the attestation.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |
GoogleCardCerts
public RepeatedField<string> GoogleCardCerts { get; }
Google card certificate chain corresponding to the attestation.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |
GooglePartitionCerts
public RepeatedField<string> GooglePartitionCerts { get; }
Google partition certificate chain corresponding to the attestation.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |