TripleDESStatic: Create |
Returns a TripleDES algorithm implementation based on the name.
Public Function Create( Optional ByVal AlgName As String = "TripleDES" ) As TripleDES
Default: "TripleDES"
The name is specified by the Server.Class name. The CreateObject method is used to instantiate the object.
If the name is "3DES", "TripleDES" or missing then the default implementation is returned.