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.

Remarks

See Also

Project VBCorLib Overview Class Constructors Overview Constructors Properties Constructors Methods NewHMACRIPEMD160 NewHMACSHA256 HMACSHA1