CertificatePropertiesWithNonce 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
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.
- thumbprint
- String
The certificate's thumbprint.
- verificationCode
- String
The certificate's verification code that will be used for proof of possession.
- certificate
- String
The certificate content