BaseContext<TOptions>.Scheme 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.
The authentication scheme.
public:
property Microsoft::AspNetCore::Authentication::AuthenticationScheme ^ Scheme { Microsoft::AspNetCore::Authentication::AuthenticationScheme ^ get(); };
public Microsoft.AspNetCore.Authentication.AuthenticationScheme Scheme { get; }
member this.Scheme : Microsoft.AspNetCore.Authentication.AuthenticationScheme
Public ReadOnly Property Scheme As AuthenticationScheme