2 references to RSAVerifySignature
System.Data (2)
fx\src\data\System\Data\SqlClient\SqlColumnEncryptionCspProvider.cs (2)
147
if (!
RSAVerifySignature
(hash, signature, rsaProvider))
219
Debug.Assert(
RSAVerifySignature
(hash, signedHash, rsaProvider), @"Invalid signature of the encrypted column encryption key computed.");