ICertPolicy2Initialize Method

Called by the server engine to allow the policy module to perform initialization tasks.

Definition

Namespace: ADCS.CertMod.Managed.Policy
Assembly: ADCS.CertMod.Managed (in ADCS.CertMod.Managed.dll) Version: 1.2.0.0 (1.2.0.0)
C#
void Initialize(
	string strConfig
)

Parameters

strConfig  String
Represents the name of the certification authority, as entered during Certificate Services setup.

Implements

ICertPolicyInitialize(String)

See Also