|
SecurityProviderBaseLoadSettings 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.248-beta
Syntaxpublic virtual void LoadSettings()
Public Overridable Sub LoadSettings
public:
virtual void LoadSettings()
abstract LoadSettings : unit -> unit
override LoadSettings : unit -> unit
View SourceImplements
IPersistSettingsLoadSettings
ExceptionsException | Condition |
---|
ConfigurationErrorsException | SettingsCategory has a value of null or empty string. |
See Also