2 writes to _result
Microsoft.AspNetCore.Authorization.Policy (2)
AuthenticationFeatures.cs (2)
28
_result
= value;
39
_result
= null;
2 references to _result
Microsoft.AspNetCore.Authorization.Policy (2)
AuthenticationFeatures.cs (2)
25
get =>
_result
;
29
_user =
_result
?.Principal;