Share via


CertificateInfo interface

CertificateInfo represents the non-private information of an X.509 Certificate.

Properties

hash

The hash value of the X.509 Certificate. NOTE: This property will not be serialized. It can only be populated by the server.

value

The textual value of the X.509 Certificate. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

hash

The hash value of the X.509 Certificate. NOTE: This property will not be serialized. It can only be populated by the server.

hash?: string

Property Value

string

value

The textual value of the X.509 Certificate. NOTE: This property will not be serialized. It can only be populated by the server.

value?: string

Property Value

string