SPSessionAuthenticationModule members
Represents the HTTP module that handles identity model session HTTP messages. SPSessionAuthenticationModule is responsible for session tokens and session cookies and works together with the SPFederationAuthenticationModule.
The SPSessionAuthenticationModule type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPSessionAuthenticationModule | Initializes a new instance of the SPSessionAuthenticationModule() class. |
Top
Properties
Name | Description | |
---|---|---|
ContextSessionSecurityToken | (Inherited from SessionAuthenticationModule.) | |
CookieHandler | (Inherited from SessionAuthenticationModule.) | |
IsSessionMode | (Inherited from SessionAuthenticationModule.) | |
ServiceConfiguration | (Inherited from HttpModuleBase.) |
Top
Methods
Name | Description | |
---|---|---|
AuthenticateSessionSecurityToken | Authenticates the incoming request by updating the current HTTP context and thread principal with the provided. (Overrides SessionAuthenticationModuleAuthenticateSessionSecurityToken(SessionSecurityToken, Boolean).) | |
ContainsSessionTokenCookie | (Inherited from SessionAuthenticationModule.) | |
CreateSessionSecurityToken | (Inherited from SessionAuthenticationModule.) | |
DeleteSessionTokenCookie | (Inherited from SessionAuthenticationModule.) | |
Dispose | (Inherited from HttpModuleBase.) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
Init | (Inherited from HttpModuleBase.) | |
InitializeModule(HttpApplication) | (Inherited from SessionAuthenticationModule.) | |
InitializeModule(HttpApplication) | Initializes the module with the specified HTTP application. | |
InitializePropertiesFromConfiguration | (Inherited from SessionAuthenticationModule.) | |
MemberwiseClone | (Inherited from Object.) | |
OnAuthenticateRequest | (Overrides SessionAuthenticationModuleOnAuthenticateRequest(Object, EventArgs).) | |
OnPostAuthenticateRequest | (Overrides SessionAuthenticationModuleOnPostAuthenticateRequest(Object, EventArgs).) | |
OnSessionSecurityTokenCreated | (Overrides SessionAuthenticationModuleOnSessionSecurityTokenCreated(SessionSecurityTokenCreatedEventArgs).) | |
OnSessionSecurityTokenReceived | Handles additional token checking. (Overrides SessionAuthenticationModuleOnSessionSecurityTokenReceived(SessionSecurityTokenReceivedEventArgs).) | |
OnSignedOut | (Overrides SessionAuthenticationModuleOnSignedOut(EventArgs).) | |
OnSigningOut | (Overrides SessionAuthenticationModuleOnSigningOut(SigningOutEventArgs).) | |
OnSignOutError | (Inherited from SessionAuthenticationModule.) | |
ReadSessionTokenFromCookie | (Inherited from SessionAuthenticationModule.) | |
SetPrincipalFromSessionToken | (Overrides SessionAuthenticationModuleSetPrincipalFromSessionToken(SessionSecurityToken).) | |
SignOut | (Inherited from SessionAuthenticationModule.) | |
ToString | (Inherited from Object.) | |
TryReadSessionTokenFromCookie | (Inherited from SessionAuthenticationModule.) | |
ValidateSessionToken | (Inherited from SessionAuthenticationModule.) | |
WriteSessionTokenToCookie | (Inherited from SessionAuthenticationModule.) |
Top
Events
Name | Description | |
---|---|---|
SessionSecurityTokenCreated | (Inherited from SessionAuthenticationModule.) | |
SessionSecurityTokenReceived | (Inherited from SessionAuthenticationModule.) | |
SignedOut | (Inherited from SessionAuthenticationModule.) | |
SigningOut | (Inherited from SessionAuthenticationModule.) | |
SignOutError | (Inherited from SessionAuthenticationModule.) |
Top
Fields
Name | Description | |
---|---|---|
SessionAuthenticationExpiredHeaderValue | ||
SessionAuthenticationHeaderName |
Top