SHA1Static: Create

Create

Creates a new instance of the SHA-1 algorithm using the specified implementation.



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

Parameters

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

Default: "CorLib.SHA1"

Return Values

SHA1 -  A new implementation of the SHA-1 algorithm.

Remarks

If no name is specified, then a new SHA1CryptoServiceProvider instance will be created.

See Also

Project CorLib Overview

Class SHA1Static Overview