AuthenticationService.Schemes Property

Definition

Used to lookup AuthenticationSchemes.

public:
 property Microsoft::AspNetCore::Authentication::IAuthenticationSchemeProvider ^ Schemes { Microsoft::AspNetCore::Authentication::IAuthenticationSchemeProvider ^ get(); };
public Microsoft.AspNetCore.Authentication.IAuthenticationSchemeProvider Schemes { get; }
member this.Schemes : Microsoft.AspNetCore.Authentication.IAuthenticationSchemeProvider
Public ReadOnly Property Schemes As IAuthenticationSchemeProvider

Property Value

Applies to