12 references to XmlEncRSAOAEPUrl
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)
144case EncryptedXml.XmlEncRSAOAEPUrl: 169case EncryptedXml.XmlEncRSAOAEPUrl: 206case EncryptedXml.XmlEncRSAOAEPUrl: 232case EncryptedXml.XmlEncRSAOAEPUrl: 504case EncryptedXml.XmlEncRSAOAEPUrl:
System.IdentityModel.Selectors (4)
infocard\client\System\IdentityModel\Selectors\InfoCardAsymmetricCrypto.cs (4)
72case EncryptedXml.XmlEncRSAOAEPUrl: 155case EncryptedXml.XmlEncRSAOAEPUrl: 184case EncryptedXml.XmlEncRSAOAEPUrl: 200case EncryptedXml.XmlEncRSAOAEPUrl:
System.Security (2)
system\security\cryptography\xml\encryptedxml.cs (2)
438fOAEP = (encryptedKey.EncryptionMethod != null && encryptedKey.EncryptionMethod.KeyAlgorithm == EncryptedXml.XmlEncRSAOAEPUrl); 452fOAEP = (encryptedKey.EncryptionMethod != null && encryptedKey.EncryptionMethod.KeyAlgorithm == EncryptedXml.XmlEncRSAOAEPUrl);