RijndaelStatic: Create |
Returns an implementation of the Rijndael algorithm based on the name.
Public Function Create( Optional ByVal AlgName As String = "CorLib.Rijndael" ) As Rijndael
Default: "CorLib.Rijndael"
If "Rijndael" or "RijndaelManaged" are passed in, then the default implementation RijndaelManaged is returned.