SHA256Static: Create

Create

Creates a new instance of an SHA-256 implementation.



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

Parameters

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

Default: "CorLib.SHA256"

Return Values

SHA256 -  A new SHA-256 compatible implementation.

Remarks

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

See Also

Project CorLib Overview

Class SHA256Static Overview