Constructors: NewHMACSHA1

NewHMACSHA1

Creates a new HMACSHA1 object.



 Public Function NewHMACSHA1(
	  ByRef Key ( ) As Byte,
	  Optional ByVal UseManagedSha1 As Boolean = False ) As HMACSHA1

Parameters

Key
[ByRef] Byte. The key used to sign the message.
UseManagedSha1
[ByVal] Optional. Boolean. Indicates if the SHA1Managed or SHA1CryptoServiceProvider should be used.  

Default: False

Return Values

HMACSHA1 -  A new HMACSHA1 object.

See Also

Project CorLib Overview

Class Constructors Overview

HMACSHA1