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


SecurityHelper.LookupSignIn Method (String)

 

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

Syntax

public AuthenticationResponseGrant LookupSignIn(
    string authenticationType
)
public:
AuthenticationResponseGrant^ LookupSignIn(
    String^ authenticationType
)
member LookupSignIn : 
        authenticationType:string -> AuthenticationResponseGrant
Public Function LookupSignIn (
    authenticationType As String
) As AuthenticationResponseGrant

Parameters

Return Value

Type: Microsoft.Owin.Security.AuthenticationResponseGrant

See Also

SecurityHelper Structure
Microsoft.Owin.Security.Infrastructure Namespace

Return to top