The GetConfig method gets the default configuration string for the certificate server. The configuration string is the server name and subname separated by a slash. This configuration string can be used to refer unambiguously to a specific certificate server. Note that this may prompt the user to select the server that they wish to use. (Future functionality.)
[VB] BSTR GetConfig( long Flags ); [JAVA] java.lang.String GetConfig( int Flags ); [C++] HRESULT GetConfig( LONG Flags, // in BSTR * pstrOut // out, return value );
Returns a string specifying the default configuration.