When the STS issues a security token for the user, SessionAuthenticationModule also creates a session security token for the user and places it in a cookie. On subsequent requests, the SessionAuthenticationModule intercepts this cookie and uses it to reconstruct the user’s IClaimsPrincipal.

The following tables list the members exposed by the SessionAuthenticationModule type.

Public Constructors

  Name Description
SessionAuthenticationModule Initializes an instance of SessionAuthenticationModule.
Top

Public Properties

Public Methods (see also Protected Methods)

  Name Description
public method AuthenticateSessionSecurityToken  
public method ContainsSessionTokenCookie  
public method CreateSessionSecurityToken  
public method DeleteSessionTokenCookie  
public method Dispose  (Inherited from HttpModuleBase)
public method Equals  Overloaded. (Inherited from Object)
public method GetHashCode  (Inherited from Object)
public method GetType  (Inherited from Object)
public method Init  (Inherited from HttpModuleBase)
public method ReadSessionTokenFromCookie  
public methodstatic ReferenceEquals  (Inherited from Object)
public method SignOut  
public method ToString  (Inherited from Object)
public method TryReadSessionTokenFromCookie  
public method WriteSessionTokenToCookie  
Top

Protected Methods

Public Events

See Also




Copyright © 2008 by Microsoft Corporation. All rights reserved.