Share via


CertificateBodyDescription Class

Definition

The JSON-serialized X509 Certificate.

public class CertificateBodyDescription
type CertificateBodyDescription = class
Public Class CertificateBodyDescription
Inheritance
CertificateBodyDescription

Constructors

CertificateBodyDescription()

Initializes a new instance of the CertificateBodyDescription class.

CertificateBodyDescription(String, Nullable<Boolean>)

Initializes a new instance of the CertificateBodyDescription class.

Properties

Certificate

Gets or sets base-64 representation of the X509 leaf certificate .cer file or just .pem file content.

IsVerified

Gets or sets true indicates that the certificate will be created in verified state and proof of possession will not be required.

Applies to