12 references to XmlEncRSA15Url
System.Configuration (1)
System\Configuration\RSAProtectedConfigurationProvider.cs (1)
70ek.EncryptionMethod = new EncryptionMethod(UseOAEP ? EncryptedXml.XmlEncRSAOAEPUrl : EncryptedXml.XmlEncRSA15Url);
System.IdentityModel (5)
System\IdentityModel\Tokens\X509AsymmetricSecurityKey.cs (5)
141case EncryptedXml.XmlEncRSA15Url: 166case EncryptedXml.XmlEncRSA15Url: 205case EncryptedXml.XmlEncRSA15Url: 231case EncryptedXml.XmlEncRSA15Url: 503case EncryptedXml.XmlEncRSA15Url:
System.IdentityModel.Selectors (4)
infocard\client\System\IdentityModel\Selectors\InfoCardAsymmetricCrypto.cs (4)
71case EncryptedXml.XmlEncRSA15Url: 150case EncryptedXml.XmlEncRSA15Url: 179case EncryptedXml.XmlEncRSA15Url: 199case EncryptedXml.XmlEncRSA15Url:
System.Security (2)
system\security\cryptography\xml\encryptedxml.cs (2)
542ek.EncryptionMethod = new EncryptionMethod(EncryptedXml.XmlEncRSA15Url); 587encryptionMethod = EncryptedXml.XmlEncRSA15Url;