BaseContext<TOptions>.Scheme Property

Definition

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

Property Value

Applies to