CertificateProperties interface

The description of an X509 CA Certificate.

Properties

certificate

base-64 representation of X509 certificate .cer file or just .pem file content.

created

The certificate's creation date and time. NOTE: This property will not be serialized. It can only be populated by the server.

expiry

The certificate's expiration date and time. NOTE: This property will not be serialized. It can only be populated by the server.

isVerified

Determines whether certificate has been verified.

subject

The certificate's subject name. NOTE: This property will not be serialized. It can only be populated by the server.

thumbprint

The certificate's thumbprint. NOTE: This property will not be serialized. It can only be populated by the server.

updated

The certificate's last update date and time. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

certificate

base-64 representation of X509 certificate .cer file or just .pem file content.

certificate?: Uint8Array

Property Value

Uint8Array

created

The certificate's creation date and time. NOTE: This property will not be serialized. It can only be populated by the server.

created?: Date

Property Value

Date

expiry

The certificate's expiration date and time. NOTE: This property will not be serialized. It can only be populated by the server.

expiry?: Date

Property Value

Date

isVerified

Determines whether certificate has been verified.

isVerified?: boolean

Property Value

boolean

subject

The certificate's subject name. NOTE: This property will not be serialized. It can only be populated by the server.

subject?: string

Property Value

string

thumbprint

The certificate's thumbprint. NOTE: This property will not be serialized. It can only be populated by the server.

thumbprint?: string

Property Value

string

updated

The certificate's last update date and time. NOTE: This property will not be serialized. It can only be populated by the server.

updated?: Date

Property Value

Date