SHA384Static: Create

Create

Creates a new instance of an SHA-384 implementation.



 Public Function Create(
	  Optional ByRef AlgName As String = "CorLib.SHA384" ) As SHA384

Parameters

AlgName
[ByRef] Optional. String. The name of the implementation to create an instance of.  

Default: "CorLib.SHA384"

Return Values

SHA384 -  A new SHA-384 compatible implementation.

Remarks

If not name is given, then a new SHA384Managed is returned.

See Also

Project CorLib Overview

Class SHA384Static Overview