RSA::VerifyData Method
Verifies that a digital signature is valid.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | VerifyData(array<Byte>^, array<Byte>^, HashAlgorithmName, RSASignaturePadding^) | Verifies that a digital signature is valid by calculating the hash value of the specified data using the specified hash algorithm and padding, and comparing it to the provided signature. |
![]() | VerifyData(array<Byte>^, Int32, Int32, array<Byte>^, HashAlgorithmName, RSASignaturePadding^) | Verifies that a digital signature is valid by calculating the hash value of the data in a portion of a byte array using the specified hash algorithm and padding, and comparing it to the provided signature. |
![]() | VerifyData(Stream^, array<Byte>^, HashAlgorithmName, RSASignaturePadding^) | Verifies that a digital signature is valid by calculating the hash value of the specified stream using the specified hash algorithm and padding, and comparing it to the provided signature. |
