5 references to PolicySchemeHandler
Microsoft.AspNetCore.Authentication (5)
AuthenticationBuilder.cs (2)
102
/// Adds a <see cref="
PolicySchemeHandler
"/> based authentication handler which can be used to
110
=> AddSchemeHelper<PolicySchemeOptions,
PolicySchemeHandler
>(authenticationScheme, displayName, configureOptions);
PolicySchemeHandler.cs (2)
17
/// Initializes a new instance of <see cref="
PolicySchemeHandler
"/>.
28
/// Initializes a new instance of <see cref="
PolicySchemeHandler
"/>.
PolicySchemeOptions.cs (1)
7
/// Contains the options used by the <see cref="
PolicySchemeHandler
"/>.