AuthenticationOptions.Schemes Property

Definition

Returns the schemes in the order they were added (important for request handling priority)

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)

Property Value

Applies to