Namespace:
Rebex.Security.Cryptography
Assembly:
Rebex.Common (in Rebex.Common.dll)
Syntax
| Visual Basic |
|---|
<ObsoleteAttribute("This constructor has been deprecated. Please use HMAC(HashingAlgorithmId) instead.", _ False)> _ Public Sub New ( _ alg As String _ ) |
| C# |
|---|
[ObsoleteAttribute("This constructor has been deprecated. Please use HMAC(HashingAlgorithmId) instead.", false)] public HMAC( string alg ) |
Parameters
- alg
- Type: System..::..String