2 references to UseOAEP
System.Configuration (2)
System\Configuration\RSAProtectedConfigurationProvider.cs (2)
70
ek.EncryptionMethod = new EncryptionMethod(
UseOAEP
? EncryptedXml.XmlEncRSAOAEPUrl : EncryptedXml.XmlEncRSA15Url);
73
ek.CipherData.CipherValue = EncryptedXml.EncryptKey(symAlg.Key, rsa,
UseOAEP
);