IssuerParameters Class
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.
Parameters for the issuer of the X509 component of a certificate.
public class IssuerParameters
type IssuerParameters = class
Public Class IssuerParameters
- Inheritance
-
IssuerParameters
Constructors
IssuerParameters() |
Initializes a new instance of the IssuerParameters class. |
IssuerParameters(String, String, Nullable<Boolean>) |
Initializes a new instance of the IssuerParameters class. |
Properties
CertificateTransparency |
Gets or sets indicates if the certificates generated from this issuer should be published to certificate transparency logs. |
CertificateType |
Gets or sets type of certificate to be requested from the issuer provider. |
Name |
Gets or sets name of the referenced issuer object or reserved names; for example, 'Self' or 'Unknown'. |
Applies to
Azure SDK for .NET