7 references to EncryptionMethod
System.Configuration (3)
System\Configuration\RSAProtectedConfigurationProvider.cs (3)
70
ek.EncryptionMethod = new
EncryptionMethod
(UseOAEP ? EncryptedXml.XmlEncRSAOAEPUrl : EncryptedXml.XmlEncRSA15Url);
252
return UseFIPS ? new
EncryptionMethod
(EncryptedXml.XmlEncAES256Url) :
253
new
EncryptionMethod
(EncryptedXml.XmlEncTripleDESUrl);
System.Security (4)
system\security\cryptography\xml\encryptedxml.cs (4)
538
ed.EncryptionMethod = new
EncryptionMethod
(EncryptedXml.XmlEncAES256Url);
542
ek.EncryptionMethod = new
EncryptionMethod
(EncryptedXml.XmlEncRSA15Url);
582
ed.EncryptionMethod = new
EncryptionMethod
(EncryptedXml.XmlEncAES256Url);
609
ek.EncryptionMethod = new
EncryptionMethod
(encryptionMethod);