MACTripleDESStatic: Create

Create

Returns an implementation of the MACTripleDES class.



 Public Function Create(
	  Optional ByVal AlgName As String ) As KeyedHashAlgorithm

Parameters

AlgName
[ByVal] Optional. String. The name of the implementation to create and return.

Return Values

KeyedHashAlgorithm -  An implementation of a TripleDES MAC algorithm.

Remarks

By default the HMACSHA1 implementation is returned. If a different implementation is desired, then use the standard Server.Class' naming convention.

See Also

Project CorLib Overview

Class MACTripleDESStatic Overview