Share via


WsFederationAuthenticationHandler Constructor (ILogger)

 

Creates a new WsFederationAuthenticationHandler

Namespace:   Microsoft.Owin.Security.WsFederation
Assembly:  Microsoft.Owin.Security.WsFederation (in Microsoft.Owin.Security.WsFederation.dll)

Syntax

public WsFederationAuthenticationHandler(
    ILogger logger
)
public:
WsFederationAuthenticationHandler(
    ILogger^ logger
)
new : 
        logger:ILogger -> WsFederationAuthenticationHandler
Public Sub New (
    logger As ILogger
)

Parameters

See Also

WsFederationAuthenticationHandler Class
Microsoft.Owin.Security.WsFederation Namespace

Return to top