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.

ProviderFlags

The ProviderFlags property is dependent on the provider in use. The value for ProviderFlags is passed directly though to calls to CryptAquireContext. By default this value is set to 0.

Data Type

[VB] DWORD

[C++] DWORD

Defined Values

For the default provider, Microsoft Base Cryptographic Provider, see CryptAcquireContext for details on the flags. For other providers, see them for details.

Affects the behavior of the following methods:

createPKCS10
createFilePKCS10

Access Methods

[VB] "="operator

[C++] HRESULT get_ProviderFlags (DWORD);
HRESULT put_ProviderFlags (DWORD);

HRESULT

Value Meaning
S_OK The property read/write completed successfully.


Share this article: