Поделиться через


SecurityHelper.LookupSignOut Method (String, AuthenticationMode)

 

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

Syntax

public AuthenticationResponseRevoke LookupSignOut(
    string authenticationType,
    AuthenticationMode authenticationMode
)
public:
AuthenticationResponseRevoke^ LookupSignOut(
    String^ authenticationType,
    AuthenticationMode authenticationMode
)
member LookupSignOut : 
        authenticationType:string *
        authenticationMode:AuthenticationMode -> AuthenticationResponseRevoke
Public Function LookupSignOut (
    authenticationType As String,
    authenticationMode As AuthenticationMode
) As AuthenticationResponseRevoke

Parameters

Return Value

Type: Microsoft.Owin.Security.AuthenticationResponseRevoke

See Also

SecurityHelper Structure
Microsoft.Owin.Security.Infrastructure Namespace

Return to top