1 write to Handled
Microsoft.AspNetCore.Authentication.Certificate (1)
Events\CertificateChallengeContext.cs (1)
35
public void HandleResponse() =>
Handled
= true;
1 reference to Handled
Microsoft.AspNetCore.Authentication.Certificate (1)
CertificateAuthenticationHandler.cs (1)
177
if (authenticationChallengedContext.
Handled
)