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