OpenIdConnectAuthenticationHandler Constructor

Creates a new OpenIdConnectAuthenticationHandler

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

Syntax

'Declaration
Public Sub New ( _
    logger As ILogger _
)
'Usage
Dim logger As ILogger 

Dim instance As New OpenIdConnectAuthenticationHandler(logger)
public OpenIdConnectAuthenticationHandler(
    ILogger logger
)
public:
OpenIdConnectAuthenticationHandler(
    ILogger^ logger
)
new : 
        logger:ILogger -> OpenIdConnectAuthenticationHandler
public function OpenIdConnectAuthenticationHandler(
    logger : ILogger
)

Parameters

See Also

Reference

OpenIdConnectAuthenticationHandler Class

Microsoft.Owin.Security.OpenIdConnect Namespace