ICertPolicy2Initialize Method
Called by the server engine to allow the policy module to perform initialization tasks.
Namespace: ADCS.CertMod.Managed.PolicyAssembly: ADCS.CertMod.Managed (in ADCS.CertMod.Managed.dll) Version: 2.0.0.0 (2.0.0.0)
void Initialize(
string strConfig
)
Sub Initialize (
strConfig As String
)
void Initialize(
[InAttribute] String^ strConfig
)
abstract Initialize :
strConfig : string -> unit
- strConfig String
-
Represents the name of the certification authority, as entered during Certificate Services setup.
ICertPolicyInitialize(String)