You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Security/Authorization/Core/src/AuthorizationServiceExtensions.cs
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -21,8 +21,8 @@ public static class AuthorizationServiceExtensions
21
21
/// <param name="resource">The resource to evaluate the policy against.</param>
22
22
/// <param name="requirement">The requirement to evaluate the policy against.</param>
23
23
/// <returns>
24
-
/// A flag indicating whether requirement evaluation has succeeded or failed.
25
-
/// This value is <c>true</c> when the user fulfills the policy, otherwise <c>false</c>.
24
+
/// A <see cref="Task{TResult}"/> that contains an <see cref="AuthorizationResult"/> indicating whether requirement evaluation has succeeded or failed.
25
+
/// The result's <see cref="AuthorizationResult.Succeeded"/> property is <c>true</c> when the user fulfills the policy; otherwise <c>false</c>.
0 commit comments