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