Click or drag to resize

PlatformCookiesCredentialCacheOption Field

The cookie name is EAP.CREDCACHE and it has a 30-day expiration. The type of userid/password caching allowed by the application. See CredentialsCacheOption for possible values. The default is CacheNone. The credential caching options are configured on the application using the AllowUserCredentialCache and AllowPasswordCredentialCache bits of the SecurityAttributes This allows support for the application login page remembering userid and/or password. Most applications are configured to not remember userid or password and, in particular, allowing the password to be remembered is strongly discouraged.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public const string CredentialCacheOption = "EAP.CREDCACHE"

Field Value

Type: String
See Also