The SPCFileName property specifies a file to write the resulting base64 encoded PKCS 7 (in BSTR form) as returned from the Certificate Server. The file is written as a binary PKCS 7. Specifying this file does not affect the acceptance of the certificates into any of the users stores.
If the file already exists, the user is notified, and prompted for permission to overwrite.
[VB] BSTR
[C++] BSTR
Any valid filename supported by the operating system in use.
[VB] "="operator
[C++] HRESULT get_SPCFileName (BSTR);
HRESULT put_SPCFileName(BSTR);
Value | Meaning |
S_OK | The property read/write completed successfully. |