SPSessionAuthenticationModule Members
Include Protected Members
Include Inherited 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.) | |
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 | Initializes the module with the specified HTTP application. (Overrides SessionAuthenticationModuleInitializeModule(HttpApplication).) | |
InitializePropertiesFromConfiguration | (Inherited from SessionAuthenticationModule.) | |
MemberwiseClone | (Inherited from Object.) | |
OnAuthenticateRequest | (Inherited from SessionAuthenticationModule.) | |
OnPostAuthenticateRequest | (Inherited from SessionAuthenticationModule.) | |
OnSessionSecurityTokenCreated | (Inherited from SessionAuthenticationModule.) | |
OnSessionSecurityTokenReceived | Handles additional token checking. (Overrides SessionAuthenticationModuleOnSessionSecurityTokenReceived(SessionSecurityTokenReceivedEventArgs).) | |
OnSignedOut | (Inherited from SessionAuthenticationModule.) | |
OnSigningOut | (Inherited from SessionAuthenticationModule.) | |
OnSignOutError | (Inherited from SessionAuthenticationModule.) | |
ReadSessionTokenFromCookie | (Inherited from SessionAuthenticationModule.) | |
SetPrincipalFromSessionToken | (Inherited from SessionAuthenticationModule.) | |
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