Bagikan melalui


CertificatePropertiesWithNonce Constructors

Definition

Overloads

CertificatePropertiesWithNonce()

Initializes a new instance of the CertificatePropertiesWithNonce class.

CertificatePropertiesWithNonce(String, Nullable<DateTime>, String, Nullable<Boolean>, Nullable<DateTime>, Nullable<DateTime>, String, String)

Initializes a new instance of the CertificatePropertiesWithNonce class.

CertificatePropertiesWithNonce()

Initializes a new instance of the CertificatePropertiesWithNonce class.

public CertificatePropertiesWithNonce ();
Public Sub New ()

Applies to

CertificatePropertiesWithNonce(String, Nullable<DateTime>, String, Nullable<Boolean>, Nullable<DateTime>, Nullable<DateTime>, String, String)

Initializes a new instance of the CertificatePropertiesWithNonce class.

public CertificatePropertiesWithNonce (string subject = default, DateTime? expiry = default, string thumbprint = default, bool? isVerified = default, DateTime? created = default, DateTime? updated = default, string verificationCode = default, string certificate = default);
new Microsoft.Azure.Management.IotHub.Models.CertificatePropertiesWithNonce : string * Nullable<DateTime> * string * Nullable<bool> * Nullable<DateTime> * Nullable<DateTime> * string * string -> Microsoft.Azure.Management.IotHub.Models.CertificatePropertiesWithNonce
Public Sub New (Optional subject As String = Nothing, Optional expiry As Nullable(Of DateTime) = Nothing, Optional thumbprint As String = Nothing, Optional isVerified As Nullable(Of Boolean) = Nothing, Optional created As Nullable(Of DateTime) = Nothing, Optional updated As Nullable(Of DateTime) = Nothing, Optional verificationCode As String = Nothing, Optional certificate As String = Nothing)

Parameters

subject
String

The certificate's subject name.

expiry
Nullable<DateTime>

The certificate's expiration date and time.

thumbprint
String

The certificate's thumbprint.

isVerified
Nullable<Boolean>

Determines whether certificate has been verified.

created
Nullable<DateTime>

The certificate's create date and time.

updated
Nullable<DateTime>

The certificate's last update date and time.

verificationCode
String

The certificate's verification code that will be used for proof of possession.

certificate
String

The certificate content

Applies to