The Initialize method is called by the Server Engine to allow the policy module to perform initialization tasks. StrConfig will point to the currently active configuration name that the certificate server is running under.
[VB] void Initialize( BSTR strConfig ); [JAVA] void Initialize( java.lang.String strConfig ); [C++] HRESULT Initialize( BSTR const strConfig // in );
This method does not return a value.