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.
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 certcli.h.
Import Library: Use certidl.lib.