RijndaelStatic: Create

Create

Returns an implementation of the Rijndael algorithm based on the name.



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

Parameters

AlgName
[ByVal] Optional. String. The name of the specific implementation.  

Default: "CorLib.Rijndael"

Return Values

Rijndael -  An implementation of the Rijndael alogrithm.

Remarks

If "Rijndael" or "RijndaelManaged" are passed in, then the default implementation RijndaelManaged is returned.

See Also

Project CorLib Overview

Class RijndaelStatic Overview