Cryptographic Provider Names
Applies to: desktop apps only
The following cryptographic service provider (CSP) names are defined in Wincrypt.h. These constants are used with the CryptAcquireContext and CryptSetProvider functions.
| Constant/value | Description |
|---|---|
|
The Microsoft DSS and Diffie-Hellman/Schannel Cryptographic Provider. |
|
The Microsoft Base DSS and Diffie-Hellman Cryptographic Provider. |
| |
| |
| |
|
The Microsoft RSA Signature Cryptographic Provider is not supported. |
|
The Microsoft Enhanced DSS and Diffie-Hellman Cryptographic Provider. |
|
The Microsoft AES Cryptographic Provider.
|
| |
|
The Microsoft Base Smart Card Cryptographic Service Provider. |
|
Requirements
|
Minimum supported client | Windows 2000 Professional |
|---|---|
|
Minimum supported server | Windows 2000 Server |
|
Header |
|
Send comments about this topic to Microsoft
Build date: 3/6/2012
MS_DEF_RSA_SIG_PROV ("Microsoft RSA Signature Cryptographic Provider")
This is deprecated and may not work. It remains in Wincrypt.h for compatibility.
To retrieve a list of providers supported on a machine, use CryptEnumProviders() (http://msdn2.microsoft.com/en-us/library/aa379929.aspx).
- 3/16/2007
- Howard Sun
- 4/16/2007
- iewgor