Click or drag to resize

AuthenticateControllerAttribute Properties

The AuthenticateControllerAttribute type exposes the following members.

Properties
  NameDescription
Public propertyAllowMultiple
Gets a value that indicates whether multiple filters are allowed.
(Inherited from FilterAttribute.)
Public propertyLoginPage
Gets or sets the login page used as a redirect location when authentication fails.
Public propertySecuritySettingsCategory
Gets or sets settings category used to lookup security connection for user data context.
Public propertySessionToken
Gets or sets the token used for identifying the session ID in cookie headers.
Public propertySettingsCategory
Gets or sets settings category used to load configured settings. When defined, SessionToken and LoginPage will be loaded from the configuration file settings when not otherwise explicitly defined.
Public propertyTypeId
When implemented in a derived class, gets a unique identifier for this Attribute.
(Inherited from Attribute.)
Top
See Also