The members of System.Web.Configuration.AnonymousIdentificationSection are listed below.
See Also: Inherited members from System.Configuration.ConfigurationSection
Initializes a new instance of the System.Web.Configuration.AnonymousIdentificationSection class. |
Cookieless | System.Web.HttpCookieMode.
Gets or sets a value indicating whether to use cookies. | |
CookieName | string.
Gets or sets the cookie name. | |
CookiePath | string.
Gets or sets the path where the cookie is stored. | |
CookieProtection | System.Web.Security.CookieProtection.
Gets or sets the encryption type used to encrypt the cookie. | |
CookieRequireSSL | bool.
Gets or sets a value indicating whether a Secure Sockets Layer (SSL) connection is required when transmitting authentication information. | |
CookieSlidingExpiration | bool.
Gets or sets whether the cookie time-out value is reset on each request. | |
CookieTimeout | TimeSpan.
Gets or sets the amount of time, in minutes, after which the authentication expires. | |
Domain | string.
Gets or sets the cookie domain. | |
Enabled | bool.
Gets or sets a value indicating whether anonymous identification is enabled. |
[read-only] override | Properties | System.Configuration.ConfigurationPropertyCollection.
Gets the collection of System.Web.Configuration.AnonymousIdentificationSection properties. |