The ProviderType property is dependent on the provider in use. The value for ProviderType is passed directly through to calls to CryptAquireContext. It has a default value of one, as set in the registry. This means that PROV_RSA_FULL for the default Microsoft Base Cryptographic Provider is used to do the enumeration.
See the documentation for the cryptographic service provider in use for defined values.
createPKCS10
createFilePKCS10
enumProviders
| Value | Meaning |
|---|---|
| S_OK | The property read/write completed successfully. |