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.
[VB] BOOL
[C++] BOOL
TRUE
FALSE (the default)
[VB] "="operator
[C++] HRESULT get_WriteCertToCSP (BOOL);
HRESULT put_WriteCertToCSP (BOOL);
Value | Meaning |
---|---|
S_OK | The property read/write completed successfully. |