ICertPolicy::Initialize

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
);
 

Parameters

[VB][JAVA][C++] strConfig
Points to a valid configuration string for the certificate server. See ICertConfig::GetConfig.

Return Values

This method does not return a value.

QuickInfo

  Windows NT: Requires version 5.0 or later (or version 4.0 with the Windows NT 4.0 Option Pack).
  Windows: Unsupported.
  Windows CE: Unsupported.
  Header: Declared in certpol.h.
  Import Library: Use certidl.lib.