Create Method (String)
Collapse the table of content
Expand the table of content

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.

Namespace:  System.Security.Cryptography
Assembly:  mscorlib (in mscorlib.dll)

'Declaration
Public Shared Function Create ( _
	algName As String _
) As RSA

Parameters

algName
Type: System.String
The name of the implementation of RSA to use.

Return Value

Type: System.Security.Cryptography.RSA
A new instance of the specified implementation of RSA.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1

Windows Phone

Show:
© 2017 Microsoft