CspParameters Constructor
[ 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.
Assembly: mscorlib (in mscorlib.dll)
This form of CspParameters initializes the ProviderType field to a value of 1, which specifies the PROV_RSA_FULL provider. This default provider is compatible with the RSA algorithm.
For information about other provider types, see the ProviderType field.
Show: