SPFederationAuthenticationModule class
Represents the HTTP module that handles identity model HTTP messages.
Inheritance hierarchy
System.Object
HttpModuleBase
WSFederationAuthenticationModule
Microsoft.SharePoint.IdentityModel.SPFederationAuthenticationModule
Namespace: Microsoft.SharePoint.IdentityModel
Assembly: Microsoft.SharePoint.IdentityModel (in Microsoft.SharePoint.IdentityModel.dll)
Syntax
'Declaration
Public Class SPFederationAuthenticationModule _
Inherits WSFederationAuthenticationModule
'Usage
Dim instance As SPFederationAuthenticationModule
public class SPFederationAuthenticationModule : WSFederationAuthenticationModule
Remarks
This class works in conjunction with the SPSessionAuthenticationModule class to handle identity authentication.
Thread safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.