CertPolicyBase(String, LogLevel, Int32) Constructor

Initializes a new instance of CertPolicyBase class.

Definition

Namespace: ADCS.CertMod.Managed.Policy
Assembly: ADCS.CertMod.Managed (in ADCS.CertMod.Managed.dll) Version: 2.0.0.0 (2.0.0.0)
C#
protected CertPolicyBase(
	string logFileName,
	LogLevel logLevel,
	int poolSize = 32
)

Parameters

logFileName  String
Log file name to write stream.
logLevel  LogLevel
Initial log level.
poolSize  Int32  (Optional)
Cert Server module pool size. Size must be between 1 and 63. Default is 32.

Exceptions

ArgumentOutOfRangeExceptionpoolSize value is beyond 1-63 range.

See Also