Click or drag to resize

CertPropReaderD Constructor

Initializes a new instance of CertPropReaderD class from a Certification Authority configuration string.

Namespace:  SysadminsLV.PKI.Dcom.Implementations
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
public CertPropReaderD(
	string configString,
	bool forceCertAdmin
)

Parameters

configString
Type: SystemString
Certification Authority configuration string.
forceCertAdmin
Type: SystemBoolean
True to force ICertAdmin implementation which requires extra privileges, otherwise ICertRequest implementation is used.
Exceptions
ExceptionCondition
ArgumentNullExceptionconfigString parameter is null.
See Also