Class X509CertificateDetails
Details of an X.509 certificate. For informational purposes only.
Inheritance
System.Object
X509CertificateDetails
Implements
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: Google.Apis.CloudIot.v1.Data
Assembly: Google.Apis.CloudIot.v1.dll
Syntax
public class X509CertificateDetails : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ExpiryTime
The time the certificate becomes invalid.
Declaration
[JsonProperty("expiryTime")]
public virtual object ExpiryTime { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Object |
Issuer
The entity that signed the certificate.
Declaration
[JsonProperty("issuer")]
public virtual string Issuer { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
PublicKeyType
The type of public key in the certificate.
Declaration
[JsonProperty("publicKeyType")]
public virtual string PublicKeyType { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
SignatureAlgorithm
The algorithm used to sign the certificate.
Declaration
[JsonProperty("signatureAlgorithm")]
public virtual string SignatureAlgorithm { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
StartTime
The time the certificate becomes valid.
Declaration
[JsonProperty("startTime")]
public virtual object StartTime { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Object |
Subject
The entity the certificate and public key belong to.
Declaration
[JsonProperty("subject")]
public virtual string Subject { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |