Share via


ReturnEndpointContext.SignInAsAuthenticationType Property

 

Gets or sets the context that signs in as authentication type.

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

Syntax

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

Property Value

Type: System.String

The context that signs in as authentication type.

See Also

ReturnEndpointContext Class
Microsoft.Owin.Security.Provider Namespace

Return to top