Show / Hide Table of Contents

Class X509CertificateDetails

Details of an X.509 certificate. For informational purposes only.

Inheritance
object
X509CertificateDetails
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.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
string

ExpiryTime

The time the certificate becomes invalid.

Declaration
[JsonProperty("expiryTime")]
public virtual object ExpiryTime { get; set; }
Property Value
Type Description
object

Issuer

The entity that signed the certificate.

Declaration
[JsonProperty("issuer")]
public virtual string Issuer { get; set; }
Property Value
Type Description
string

PublicKeyType

The type of public key in the certificate.

Declaration
[JsonProperty("publicKeyType")]
public virtual string PublicKeyType { get; set; }
Property Value
Type Description
string

SignatureAlgorithm

The algorithm used to sign the certificate.

Declaration
[JsonProperty("signatureAlgorithm")]
public virtual string SignatureAlgorithm { get; set; }
Property Value
Type Description
string

StartTime

The time the certificate becomes valid.

Declaration
[JsonProperty("startTime")]
public virtual object StartTime { get; set; }
Property Value
Type Description
object

Subject

The entity the certificate and public key belong to.

Declaration
[JsonProperty("subject")]
public virtual string Subject { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX