Share via


AuthenticationOptions.Schemes Propiedad

Definición

Devuelve los esquemas en el orden en que se agregaron (importante para la prioridad de control de solicitudes).

public:
 property System::Collections::Generic::IEnumerable<Microsoft::AspNetCore::Authentication::AuthenticationSchemeBuilder ^> ^ Schemes { System::Collections::Generic::IEnumerable<Microsoft::AspNetCore::Authentication::AuthenticationSchemeBuilder ^> ^ get(); };
public System.Collections.Generic.IEnumerable<Microsoft.AspNetCore.Authentication.AuthenticationSchemeBuilder> Schemes { get; }
member this.Schemes : seq<Microsoft.AspNetCore.Authentication.AuthenticationSchemeBuilder>
Public ReadOnly Property Schemes As IEnumerable(Of AuthenticationSchemeBuilder)

Valor de propiedad

Se aplica a