Namespace:
Rebex.Security.Cryptography
Assembly:
Rebex.Common (in Rebex.Common.dll)
Syntax
Visual Basic |
---|
<ObsoleteAttribute("This overload of SignHash method has been deprecated. Please use another overload instead.", _ False)> _ Public Function SignHash ( _ rgbHash As Byte() _ ) As Byte() |
C# |
---|
[ObsoleteAttribute("This overload of SignHash method has been deprecated. Please use another overload instead.", false)] public byte[] SignHash( byte[] rgbHash ) |
Parameters
- rgbHash
- Type: array<System..::..Byte>[]()[][]