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)
130
public bool UseOAEP { get { return
_UseOAEP
; } }