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