RemoteAuthenticationHandler<TOptions>.SignInScheme Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The authentication scheme used by default for signin.
protected:
property System::String ^ SignInScheme { System::String ^ get(); };
protected string SignInScheme { get; }
protected string? SignInScheme { get; }
member this.SignInScheme : string
Protected ReadOnly Property SignInScheme As String