CertificateProperties 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
CertificateProperties() |
Initializes a new instance of the CertificateProperties class. |
CertificateProperties(String, Nullable<DateTime>, String, Nullable<Boolean>, Nullable<DateTime>, Nullable<DateTime>, String) |
Initializes a new instance of the CertificateProperties class. |
CertificateProperties()
Initializes a new instance of the CertificateProperties class.
public CertificateProperties ();
Public Sub New ()
Applies to
CertificateProperties(String, Nullable<DateTime>, String, Nullable<Boolean>, Nullable<DateTime>, Nullable<DateTime>, String)
Initializes a new instance of the CertificateProperties class.
public CertificateProperties (string subject = default, DateTime? expiry = default, string thumbprint = default, bool? isVerified = default, DateTime? created = default, DateTime? updated = default, string certificate = default);
new Microsoft.Azure.Management.IotHub.Models.CertificateProperties : string * Nullable<DateTime> * string * Nullable<bool> * Nullable<DateTime> * Nullable<DateTime> * string -> Microsoft.Azure.Management.IotHub.Models.CertificateProperties
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 certificate As String = Nothing)
Parameters
- subject
- String
The certificate's subject name.
- thumbprint
- String
The certificate's thumbprint.
- certificate
- String
The certificate content
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET