SignInManager<TUser, TKey>.AuthenticationType Property

 

AuthenticationType that will be used by sign in, defaults to DefaultAuthenticationTypes.ApplicationCookie

Namespace:   Microsoft.AspNet.Identity.Owin
Assembly:  Microsoft.AspNet.Identity.Owin (in Microsoft.AspNet.Identity.Owin.dll)

Syntax

public string AuthenticationType { get; set; }
public:
property String^ AuthenticationType {
    String^ get();
    void set(String^ value);
}
member AuthenticationType : string with get, set
Public Property AuthenticationType As String

Property Value

Type: System.String

See Also

SignInManager<TUser, TKey> Class
Microsoft.AspNet.Identity.Owin Namespace

Return to top