| 
            
              AdoSecurityProviderLoadSettings Method
             | 
          
        
        
            Loads saved security provider settings from the config file if the 
PersistSettings property is set to true.
            
 
        
        Namespace: GSF.SecurityAssembly: GSF.Security (in GSF.Security.dll) Version: 2.4.257-beta
Syntaxpublic override void LoadSettings()
Public Overrides Sub LoadSettings
public:
virtual void LoadSettings() override
abstract LoadSettings : unit -> unit 
override LoadSettings : unit -> unit 
 View SourceImplements
IPersistSettingsLoadSettings
Exceptions| Exception | Condition | 
|---|
| ConfigurationErrorsException | SettingsCategory has a value of null or empty string. | 
See Also