|   | SecurityProviderBaseSaveSettings Method | 
        
        
            Saves security provider settings to 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 SaveSettings()
Public Overridable Sub SaveSettings
public:
virtual void SaveSettings()
abstract SaveSettings : unit -> unit 
override SaveSettings : unit -> unit 
Implements
IPersistSettingsSaveSettings Exceptions
Exceptions| Exception | Condition | 
|---|
| ConfigurationErrorsException | SettingsCategory has a value of null or empty string. | 
 See Also
See Also