WsFederationAuthenticationMiddleware.CreateHandler Method ()
Provides the AuthenticationHandler object for processing authentication-related requests.
Namespace: Microsoft.Owin.Security.WsFederation
Assembly: Microsoft.Owin.Security.WsFederation (in Microsoft.Owin.Security.WsFederation.dll)
Syntax
protected override AuthenticationHandler<WsFederationAuthenticationOptions> CreateHandler()
protected:
virtual AuthenticationHandler<WsFederationAuthenticationOptions^>^ CreateHandler() override
override CreateHandler : unit -> AuthenticationHandler<WsFederationAuthenticationOptions>
Protected Overrides Function CreateHandler As AuthenticationHandler(Of WsFederationAuthenticationOptions)
Return Value
Type: Microsoft.Owin.Security.Infrastructure.AuthenticationHandler<WsFederationAuthenticationOptions>
An AuthenticationHandler configured with the WsFederationAuthenticationOptions supplied to the constructor.
See Also
WsFederationAuthenticationMiddleware Class
Microsoft.Owin.Security.WsFederation Namespace
Return to top