IssuerParameters Constructors

Definition

Overloads

IssuerParameters()

Initializes a new instance of the IssuerParameters class.

IssuerParameters(String, String, Nullable<Boolean>)

Initializes a new instance of the IssuerParameters class.

IssuerParameters()

Source:
IssuerParameters.cs

Initializes a new instance of the IssuerParameters class.

public IssuerParameters ();

Applies to

Azure SDK for .NET Legacy
Prodotto Versioni
Azure SDK for .NET Legacy

IssuerParameters(String, String, Nullable<Boolean>)

Source:
IssuerParameters.cs

Initializes a new instance of the IssuerParameters class.

public IssuerParameters (string name = default, string certificateType = default, bool? certificateTransparency = default);

Parameters

name
String

Name of the referenced issuer object or reserved names; for example, 'Self' or 'Unknown'.

certificateType
String

Type of certificate to be requested from the issuer provider.

certificateTransparency
Nullable<Boolean>

Indicates whether issuer should publish issued certificates to CT logs.

Applies to

Azure SDK for .NET Legacy
Prodotto Versioni
Azure SDK for .NET Legacy