1 write to DefaultSignOutScheme
Microsoft.AspNetCore.Authentication.Core.Test (1)
AuthenticationSchemeProviderTests.cs (1)
119
o.
DefaultSignOutScheme
= "A";
6 references to DefaultSignOutScheme
Microsoft.AspNetCore.Authentication.Abstractions (3)
AuthenticationHttpContextExtensions.cs (2)
162
/// The default scheme for signing out can be configured using <see cref="AuthenticationOptions.
DefaultSignOutScheme
"/>.
170
/// The default scheme for signing out can be configured using <see cref="AuthenticationOptions.
DefaultSignOutScheme
"/>.
IAuthenticationSchemeProvider.cs (1)
60
/// This is typically specified via <see cref="AuthenticationOptions.
DefaultSignOutScheme
"/>.
Microsoft.AspNetCore.Authentication.Core (3)
AuthenticationSchemeProvider.cs (3)
108
/// This is typically specified via <see cref="AuthenticationOptions.
DefaultSignOutScheme
"/>.
113
=> _options.
DefaultSignOutScheme
!= null
114
? GetSchemeAsync(_options.
DefaultSignOutScheme
)