CertificateBodyDescription Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET