CspParameters Constructor (Int32)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Initializes a new instance of the CspParameters class with the specified provider type code.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- dwTypeIn
- Type: System.Int32
A provider type code that specifies the kind of provider to create.
Use the CspParameters constructor to specify a provider type by passing a numeric value that represents that provider. The numeric values that represent the default provider types are defined in the WinCrypt.h header file:
To specify a provider compatible with the RSA algorithm, pass a value of 1to the dwTypeIn parameter.
For information about other provider type values, see the ProviderType field. For more information about the default provider types and their behaviors, see the Microsoft Cryptography API (CAPI) documentation in the MSDN library.