Namespace:
Rebex.Security.Cryptography
Assembly:
Rebex.Common (in Rebex.Common.dll)
Syntax
Visual Basic |
---|
<ObsoleteAttribute("This method has been deprecated and should no longer be used.", _ False)> _ Public Shared Function VerifyHash ( _ rsa As RSA, _ rgbHash As Byte(), _ algorithm As String, _ rgbSignature As Byte() _ ) As Boolean |
C# |
---|
[ObsoleteAttribute("This method has been deprecated and should no longer be used.", false)] public static bool VerifyHash( RSA rsa, byte[] rgbHash, string algorithm, byte[] rgbSignature ) |
Parameters
- rsa
- Type: System.Security.Cryptography..::..RSA
- rgbHash
- Type: array<System..::..Byte>[]()[][]
- algorithm
- Type: System..::..String
- rgbSignature
- Type: array<System..::..Byte>[]()[][]