KRA Constructor

Initializes a new instance of the KRA class

Definition

Namespace: PKI.CertificateServices
Assembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
C#
public KRA(
	CertificateAuthority certificateAuthority
)

Parameters

certificateAuthority  CertificateAuthority
Specifies an existing PKI.CertificateServices object.

Exceptions

UninitializedObjectExceptionAn object in the certificateAuthority parameter is not initialized.
ServerUnavailableExceptionThe CA server specified in the certificateAuthority parameter could not be contacted via RPC/DCOM protocol.

See Also