Click or drag to resize

CRLDistributionPoint Constructor

Initializes a new instance of the CRLDistributionPoint class

Namespace:  PKI.CertificateServices
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
public CRLDistributionPoint(
	CertificateAuthority certificateAuthority
)

Parameters

certificateAuthority
Type: PKI.CertificateServicesCertificateAuthority
Specifies an existing CertificateAuthority object.
Exceptions
ExceptionCondition
UninitializedObjectExceptionAn object in the certificateAuthority parameter is not initialized.
See Also