3 references to RSAVerifySignature
System.Data (3)
fx\src\data\System\Data\SqlClient\SqlColumnEncryptionCertificateStoreProvider.cs (3)
161
if (!
RSAVerifySignature
(hash, signature, certificate))
233
Debug.Assert(
RSAVerifySignature
(hash, signedHash, certificate), @"Invalid signature of the encrypted column encryption key computed.");
302
return
RSAVerifySignature
(hash, signature, certificate);