IssuerParameters 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
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 ();
Public Sub New ()
Applies to
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);
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