Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Initializes the module with the specified application.
Namespace: Microsoft.SharePoint.IdentityModel
Assembly: Microsoft.SharePoint.IdentityModel (in Microsoft.SharePoint.IdentityModel.dll)
Syntax
'Declaration
Protected Overrides Sub InitializeModule ( _
context As HttpApplication _
)
'Usage
Dim context As HttpApplication
Me.InitializeModule(context)
protected override void InitializeModule(
HttpApplication context
)
Parameters
context
Type: System.Web.HttpApplicationThe application to initialize the module.
Remarks
This override initializes the token certification validator to ensure issuer certificates.
See Also
Reference
SPFederationAuthenticationModule Class