Click or drag to resize
IWebServerCacheCredentials Property
Gets or sets a value indicating that authentication credentials can be cached by the server.

Namespace: VirtualRadar.Interface.WebServer
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
bool CacheCredentials { get; set; }

Property Value

Type: Boolean
Remarks
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