Click or drag to resize

SecurityProviderBase.PersistSettings Property

Gets or sets a boolean value that indicates whether security provider settings are to be saved to the config file.

Namespace: GSF.Security
Assembly: GSF.Security (in GSF.Security.dll) Version: 2.4.239-beta
Syntax
public bool PersistSettings { get; set; }
View Source

Property Value

Boolean

Implements

IPersistSettings.PersistSettings
See Also