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