IssuerParameters Constructors
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.
IssuerParameters() |
Initializes a new instance of the IssuerParameters class. |
IssuerParameters(String, String, Nullable<Boolean>) |
Initializes a new instance of the IssuerParameters class. |
- Source:
- IssuerParameters.cs
Initializes a new instance of the IssuerParameters class.
public IssuerParameters ();
Public Sub New ()
Applies to
Azure SDK for .NET Legacy
Prodotto | Versioni |
---|---|
Azure SDK for .NET | Legacy |
- Source:
- IssuerParameters.cs
Initializes a new instance of the IssuerParameters class.
public IssuerParameters (string name = default, string certificateType = default, bool? certificateTransparency = default);
new Microsoft.Azure.KeyVault.Models.IssuerParameters : string * string * Nullable<bool> -> Microsoft.Azure.KeyVault.Models.IssuerParameters
Public Sub New (Optional name As String = Nothing, Optional certificateType As String = Nothing, Optional certificateTransparency As Nullable(Of Boolean) = Nothing)
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.
Indicates whether issuer should publish issued certificates to CT logs.
Applies to
Azure SDK for .NET Legacy
Prodotto | Versioni |
---|---|
Azure SDK for .NET | Legacy |
Feedback su Azure SDK for .NET
Azure SDK for .NET è un progetto di open source. Selezionare un collegamento per fornire feedback: