2 references to RSAEncryptionAlgorithmWithOAEP
System.Data (2)
fx\src\data\System\Data\SqlClient\SqlColumnEncryptionCngProvider.cs (2)
284
if (!string.Equals(encryptionAlgorithm,
RSAEncryptionAlgorithmWithOAEP
, StringComparison.OrdinalIgnoreCase))
286
throw SQL.InvalidKeyEncryptionAlgorithm(encryptionAlgorithm,
RSAEncryptionAlgorithmWithOAEP
, isSystemOp);