CATemplate Constructor

Initializes a new instance of the CATemplate 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 CATemplate(
	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.
PlatformNotSupportedExceptionThe CA server is not Enterprise CA. Only Enterprise CAs support certificate templates.

See Also