System.Web.Configuration.AnonymousIdentificationSection Members

The members of System.Web.Configuration.AnonymousIdentificationSection are listed below.

See Also: Inherited members from System.Configuration.ConfigurationSection

Public Constructors

Public Properties

CookielessSystem.Web.HttpCookieMode.

Gets or sets a value indicating whether to use cookies.

CookieNamestring.

Gets or sets the cookie name.

CookiePathstring.

Gets or sets the path where the cookie is stored.

CookieProtectionSystem.Web.Security.CookieProtection.

Gets or sets the encryption type used to encrypt the cookie.

CookieRequireSSLbool.

Gets or sets a value indicating whether a Secure Sockets Layer (SSL) connection is required when transmitting authentication information.

CookieSlidingExpirationbool.

Gets or sets whether the cookie time-out value is reset on each request.

CookieTimeoutTimeSpan.

Gets or sets the amount of time, in minutes, after which the authentication expires.

Domainstring.

Gets or sets the cookie domain.

Enabledbool.

Gets or sets a value indicating whether anonymous identification is enabled.

Protected Properties