RSA.Create Method (String)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Creates an instance of the specified implementation of RSA.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- algName
- Type: System.String
The name of the implementation of RSA to use.
Return Value
Type: System.Security.Cryptography.RSAA new instance of the specified implementation of RSA.
Show: