1 write to _UseOAEP
System.Configuration (1)
System\Configuration\RSAProtectedConfigurationProvider.cs (1)
146_UseOAEP = GetBooleanValue(configurationValues, "useOAEP", true);
1 reference to _UseOAEP
System.Configuration (1)
System\Configuration\RSAProtectedConfigurationProvider.cs (1)
130public bool UseOAEP { get { return _UseOAEP; } }