AuthenticationMiddleware.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.
Gets or sets the IAuthenticationSchemeProvider.
public:
property Microsoft::AspNetCore::Authentication::IAuthenticationSchemeProvider ^ Schemes { Microsoft::AspNetCore::Authentication::IAuthenticationSchemeProvider ^ get(); void set(Microsoft::AspNetCore::Authentication::IAuthenticationSchemeProvider ^ value); };
public Microsoft.AspNetCore.Authentication.IAuthenticationSchemeProvider Schemes { get; set; }
member this.Schemes : Microsoft.AspNetCore.Authentication.IAuthenticationSchemeProvider with get, set
Public Property Schemes As IAuthenticationSchemeProvider