WriteCertToCSP

The WriteCertToCSP property specifies whether a certificate can be written to the cryptographic service provider (CSP). This is typically used with smart cards, where the certificate is written to the card in addition to being written to the "MY" store.

Data Type

[VB] BOOL
[C++] BOOL

Defined Values

TRUE
FALSE (the default)

Affects the behavior of the following methods:

acceptPKCS7
acceptFilePKCS7

Access Methods

[VB] "="operator
[C++] HRESULT get_WriteCertToCSP (BOOL);
HRESULT put_WriteCertToCSP (BOOL);

HRESULT

Value Meaning
S_OK The property read/write completed successfully.