Historical Content Alert

This is a historical content for Windows NT 4.0 product and is presented for informative purposes only. All content in this directory is copyrighted and owned by Microsoft.

SPCFileName

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.

Data Type

[VB] BSTR

[C++] BSTR

Defined Values

Any valid filename supported by the operating system in use.

Affects the behavior of the following methods:

acceptPKCS7
acceptFilePKCS7

Access Methods

[VB] "="operator

[C++] HRESULT get_SPCFileName (BSTR);
HRESULT put_SPCFileName(BSTR);

HRESULT

Value Meaning
S_OK The property read/write completed successfully.


Share this article: