CspParameters Constructor (Int32, String)
[ 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 and name.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- dwTypeIn
- Type: System.Int32
A provider type code that specifies the kind of provider to create.
- strProviderNameIn
- Type: System.String
A provider name.
Use the CspParameters constructor to specify a provider type and name.
Specify a provider type by passing a numeric value that represents the desired provider type. 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.