2 references to RSAEncryptionAlgorithmWithOAEP
System.Data (2)
fx\src\data\System\Data\SqlClient\SqlColumnEncryptionCspProvider.cs (2)
290
if (string.Equals(encryptionAlgorithm,
RSAEncryptionAlgorithmWithOAEP
, StringComparison.OrdinalIgnoreCase) != true)
292
throw SQL.InvalidKeyEncryptionAlgorithm(encryptionAlgorithm,
RSAEncryptionAlgorithmWithOAEP
, isSystemOp);