2 overrides of Validate
Microsoft.AspNetCore.Authentication (1)
RemoteAuthenticationOptions.cs (1)
38
public override void
Validate
(string scheme)
Microsoft.AspNetCore.Authentication.DeviceBoundSessions (1)
DeviceBoundSessionOptions.cs (1)
59
public override void
Validate
(string scheme)
3 references to Validate
Microsoft.AspNetCore.Authentication (2)
AuthenticationBuilder.cs (1)
48
o.
Validate
(authenticationScheme);
RemoteAuthenticationOptions.cs (1)
40
base.
Validate
(scheme);
Microsoft.AspNetCore.Authentication.DeviceBoundSessions (1)
DeviceBoundSessionOptions.cs (1)
61
base.
Validate
(scheme);