SharedAuthenticationOptions.SignInScheme Property

Definition

Gets or sets the authentication scheme corresponding to the default middleware responsible of persisting user's identity after a successful authentication. This value typically corresponds to a cookie middleware registered in the Startup class.

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

Property Value

Applies to