IWebServerCacheCredentials Property |
Gets or sets a value indicating that authentication credentials can be cached by the server.
Namespace: VirtualRadar.Interface.WebServerAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax bool CacheCredentials { get; set; }
Property CacheCredentials As Boolean
Get
Set
property bool CacheCredentials {
bool get ();
void set (bool value);
}
abstract CacheCredentials : bool with get, set
Property Value
Type:
BooleanRemarks
If this is set then
AuthenticationRequired will only be raised if
AuthenticationScheme
is not 'None' and the combination of username and password sent by the browser has never previously been confirmed
as valid. Invalid combinations are not cached.
See Also