AuthenticationOptions.Schemes 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.
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)