SecurityHelper.LookupSignIn Method

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

Syntax

'Declaration
Public Function LookupSignIn ( _
    authenticationType As String _
) As AuthenticationResponseGrant
'Usage
Dim instance As SecurityHelper 
Dim authenticationType As String 
Dim returnValue As AuthenticationResponseGrant 

returnValue = instance.LookupSignIn(authenticationType)
public AuthenticationResponseGrant LookupSignIn(
    string authenticationType
)
public:
AuthenticationResponseGrant^ LookupSignIn(
    String^ authenticationType
)
member LookupSignIn : 
        authenticationType:string -> AuthenticationResponseGrant
public function LookupSignIn(
    authenticationType : String
) : AuthenticationResponseGrant

Parameters

Return Value

Type: Microsoft.Owin.Security.AuthenticationResponseGrant

See Also

Reference

SecurityHelper Structure

Microsoft.Owin.Security.Infrastructure Namespace