ICertPolicyInitialize 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: 3.0.0+d2bb03ea44678b01baee06872c78fd0a30d7e09e
void Initialize(
string strConfig
)
Sub Initialize (
strConfig As String
)
void Initialize(
[InAttribute] String^ strConfig
)
abstract Initialize :
strConfig : string -> unit
Parameters
- strConfig String
-
Represents the name of the certification authority, as entered during Certificate Services setup.