CertificateBodyDescription Constructors
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.
Overloads
CertificateBodyDescription() |
Initializes a new instance of the CertificateBodyDescription class. |
CertificateBodyDescription(String, Nullable<Boolean>) |
Initializes a new instance of the CertificateBodyDescription class. |
CertificateBodyDescription()
Initializes a new instance of the CertificateBodyDescription class.
public CertificateBodyDescription ();
Public Sub New ()
Applies to
CertificateBodyDescription(String, Nullable<Boolean>)
Initializes a new instance of the CertificateBodyDescription class.
public CertificateBodyDescription (string certificate = default, bool? isVerified = default);
new Microsoft.Azure.Management.IotHub.Models.CertificateBodyDescription : string * Nullable<bool> -> Microsoft.Azure.Management.IotHub.Models.CertificateBodyDescription
Public Sub New (Optional certificate As String = Nothing, Optional isVerified As Nullable(Of Boolean) = Nothing)
Parameters
- certificate
- String
base-64 representation of the X509 leaf certificate .cer file or just .pem file content.
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