Share via


IssuerParameters Class

Definition

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