RSAStatic: Create

Create

Creates an implementation of an RSA class.



 Public Function Create(
	  Optional ByVal AlgName As String = "CorLib.RSA" ) As RSA

Parameters

AlgName
[ByVal] Optional. String. The name of the implementation to be created.  

Default: "CorLib.RSA"

Return Values

RSA -  An implementation of an RSA algorithm.

Remarks

If a custom implementation is desired, then the stand method of . can be used to create it.

See Also

Project CorLib Overview

Class RSAStatic Overview

CryptoConfig.

RSA

RSACryptoServiceProvider