System.Web.Configuration.AnonymousIdentificationSection: Property Members

The properties of System.Web.Configuration.AnonymousIdentificationSection are listed below. For a list of all members, see the AnonymousIdentificationSection Members list.

See Also: Inherited members from System.Configuration.ConfigurationSection

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