SecurityHelper.LookupSignOut Method

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

Syntax

'Declaration
Public Function LookupSignOut ( _
    authenticationType As String, _
    authenticationMode As AuthenticationMode _
) As AuthenticationResponseRevoke
'Usage
Dim instance As SecurityHelper 
Dim authenticationType As String 
Dim authenticationMode As AuthenticationMode 
Dim returnValue As AuthenticationResponseRevoke 

returnValue = instance.LookupSignOut(authenticationType, _
    authenticationMode)
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 : String, 
    authenticationMode : AuthenticationMode
) : AuthenticationResponseRevoke

Parameters

Return Value

Type: Microsoft.Owin.Security.AuthenticationResponseRevoke

See Also

Reference

SecurityHelper Structure

Microsoft.Owin.Security.Infrastructure Namespace