TripleDESStatic: Create

Create

Returns a TripleDES algorithm implementation based on the name.



 Public Function Create(
	  Optional ByVal AlgName As String = "TripleDES" ) As TripleDES

Parameters

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

Default: "TripleDES"

Return Values

TripleDES -  The specified TripleDES algorithm.

Remarks

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.

See Also

Project CorLib Overview

Class TripleDESStatic Overview