Click or drag to resize

CATemplate Constructor

Initializes a new instance of the CATemplate class

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

Parameters

certificateAuthority
Type: PKI.CertificateServicesCertificateAuthority
Specifies an existing PKI.CertificateServices object.
Exceptions
ExceptionCondition
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