Constructors: NewMACTripleDES

NewMACTripleDES

Creates a new MACTripleDES object.



 Public Function NewMACTripleDES(
	  ByRef RgbKey ( ) As Byte,
	  Optional ByVal StrTripleDES As String = "3DES" ) As MACTripleDES

Parameters

RgbKey
[ByRef] Byte. The key to be used by the implementation of the TripleDES algorithm.
StrTripleDES
[ByVal] Optional. String. The name of the TripleDES implementation to be used.  

Default: "3DES"

Return Values

MACTripleDES -  A new MACTripleDES object.

Remarks

See Also

Project VBCorLib Overview Class Constructors Overview Constructors Properties Constructors Methods NewLongs NewMemoryMappedFile