SHA512Static: Create

Create

Creates a new instance of an SHA-512 implementation.



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

Parameters

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

Default: "CorLib.SHA512"

Return Values

SHA512 -  A new SHA-512 compatible implementation.

Remarks

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

See Also

Project CorLib Overview

Class SHA512Static Overview