ICertPolicyInitialize 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: 3.0.0+d2bb03ea44678b01baee06872c78fd0a30d7e09e
C#
void Initialize(
	string strConfig
)

Parameters

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

See Also