CertPolicyBase(ILogWriter, 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(
	ILogWriter logger,
	int poolSize = 32
)

Parameters

logger  ILogWriter
An instance of custom implementation of ILogWriter interface.
poolSize  Int32  (Optional)
Cert Server module pool size. Size must be between 1 and 63. Default is 32.

Exceptions

ArgumentNullExceptionlogger parameter is null.
ArgumentOutOfRangeExceptionpoolSize value is beyond 1-63 range.

See Also