AuthenticationOptions.SchemeMap Propriedade

Definição

Mapeia esquemas por nome.

public:
 property System::Collections::Generic::IDictionary<System::String ^, Microsoft::AspNetCore::Authentication::AuthenticationSchemeBuilder ^> ^ SchemeMap { System::Collections::Generic::IDictionary<System::String ^, Microsoft::AspNetCore::Authentication::AuthenticationSchemeBuilder ^> ^ get(); };
public System.Collections.Generic.IDictionary<string,Microsoft.AspNetCore.Authentication.AuthenticationSchemeBuilder> SchemeMap { get; }
member this.SchemeMap : System.Collections.Generic.IDictionary<string, Microsoft.AspNetCore.Authentication.AuthenticationSchemeBuilder>
Public ReadOnly Property SchemeMap As IDictionary(Of String, AuthenticationSchemeBuilder)

Valor da propriedade

Aplica-se a