CertificateProperties Constructors

Definition

Overloads

CertificateProperties(String)

Initializes a new instance of the CertificateProperties class.

CertificateProperties(Uri)

Initializes a new instance of the CertificateProperties class.

CertificateProperties(String)

Source:
CertificateProperties.cs
Source:
CertificateProperties.cs

Initializes a new instance of the CertificateProperties class.

public CertificateProperties (string name);
new Azure.Security.KeyVault.Certificates.CertificateProperties : string -> Azure.Security.KeyVault.Certificates.CertificateProperties
Public Sub New (name As String)

Parameters

name
String

The name of the certificate.

Exceptions

name is an empty string.

name is null.

Applies to

CertificateProperties(Uri)

Source:
CertificateProperties.cs
Source:
CertificateProperties.cs

Initializes a new instance of the CertificateProperties class.

public CertificateProperties (Uri id);
new Azure.Security.KeyVault.Certificates.CertificateProperties : Uri -> Azure.Security.KeyVault.Certificates.CertificateProperties
Public Sub New (id As Uri)

Parameters

id
Uri

The identifier of the certificate.

Exceptions

id is null.

Applies to