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
)
Public Sub New (
configString As String,
forceCertAdmin As Boolean
)
public:
CertPropReaderD(
String^ configString,
bool forceCertAdmin
)
new :
configString : string *
forceCertAdmin : bool -> CertPropReaderD
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 Exception | Condition |
---|
ArgumentNullException | configString parameter is null.
|
See Also