Namespace:  Rebex.Security.Cryptography
Assembly:  Rebex.Common (in Rebex.Common.dll)

Syntax

Visual Basic
<ObsoleteAttribute("This constructor has been deprecated. Please use HMAC(HashingAlgorithmId, byte[]) instead.",  _
	False)> _
Public Sub New ( _
	alg As String, _
	rgbKey As Byte() _
)
C#
[ObsoleteAttribute("This constructor has been deprecated. Please use HMAC(HashingAlgorithmId, byte[]) instead.", 
	false)]
public HMAC(
	string alg,
	byte[] rgbKey
)

Parameters

alg
Type: System..::..String
rgbKey
Type: array<System..::..Byte>[]()[][]

Version Information

.NET Compact Framework

Obsolete (compiler warning) in 3.9, 3.5

See Also