SignInResult.AuthenticationScheme Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtém ou define o esquema de autenticação usado para executar a operação de entrada.
public:
property System::String ^ AuthenticationScheme { System::String ^ get(); void set(System::String ^ value); };
public string AuthenticationScheme { get; set; }
public string? AuthenticationScheme { get; set; }
member this.AuthenticationScheme : string with get, set
Public Property AuthenticationScheme As String