Show / Hide Table of Contents

Class 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.

Inheritance
object
CertificateChains
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudKMS.v1.Data
Assembly: Google.Apis.CloudKMS.v1.dll
Syntax
public class CertificateChains : IDirectResponseSchema

Properties

CaviumCerts

Cavium certificate chain corresponding to the attestation.

Declaration
[JsonProperty("caviumCerts")]
public virtual IList<string> CaviumCerts { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<T><string>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

GoogleCardCerts

Google card certificate chain corresponding to the attestation.

Declaration
[JsonProperty("googleCardCerts")]
public virtual IList<string> GoogleCardCerts { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<T><string>

GooglePartitionCerts

Google partition certificate chain corresponding to the attestation.

Declaration
[JsonProperty("googlePartitionCerts")]
public virtual IList<string> GooglePartitionCerts { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<T><string>

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX