CertificateVerificationDescription 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
CertificateVerificationDescription() |
Initializes a new instance of the CertificateVerificationDescription class. |
CertificateVerificationDescription(String) |
Initializes a new instance of the CertificateVerificationDescription class. |
CertificateVerificationDescription()
Initializes a new instance of the CertificateVerificationDescription class.
public CertificateVerificationDescription ();
Public Sub New ()
Applies to
CertificateVerificationDescription(String)
Initializes a new instance of the CertificateVerificationDescription class.
public CertificateVerificationDescription (string certificate = default);
new Microsoft.Azure.Management.IotHub.Models.CertificateVerificationDescription : string -> Microsoft.Azure.Management.IotHub.Models.CertificateVerificationDescription
Public Sub New (Optional certificate As String = Nothing)
Parameters
- certificate
- String
base-64 representation of X509 certificate .cer file or just .pem file content.
Applies to
Azure SDK for .NET