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