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