|
LdapSecurityProviderEnableOfflineCaching Property
|
Gets or sets a boolean value that indicates whether user information is to be cached for offline authentication.
Namespace: GSF.SecurityAssembly: GSF.Security (in GSF.Security.dll) Version: 2.4.205-beta
Syntax public bool EnableOfflineCaching { get; set; }
Public Property EnableOfflineCaching As Boolean
Get
Set
public:
property bool EnableOfflineCaching {
bool get ();
void set (bool value);
}
member EnableOfflineCaching : bool with get, set
function get_EnableOfflineCaching();
function set_EnableOfflineCaching(value);
View SourceProperty Value
BooleanSee Also