Skip to content

Commit 70cce61

Browse files
committed
Removed a constructor
1 parent a1778f7 commit 70cce61

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/Microsoft.Owin.Security.Authorization/DefaultAuthorizationService.cs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,6 @@ public class DefaultAuthorizationService : IAuthorizationService
2424
private readonly IAuthorizationEvaluator _evaluator;
2525
private readonly IAuthorizationHandlerContextFactory _contextFactory;
2626

27-
/// <summary>
28-
/// Creates a new instance of <see cref="DefaultAuthorizationService"/>.
29-
/// </summary>
30-
/// <param name="policyProvider">The <see cref="IAuthorizationPolicyProvider"/> used to provide policies.</param>
31-
/// <remarks>Uses the <see cref="DiagnosticsLoggerFactory"/> to create a logger.</remarks>
32-
public DefaultAuthorizationService(IAuthorizationPolicyProvider policyProvider) : this(policyProvider, new []{ new PassThroughAuthorizationHandler() })
33-
{ }
34-
3527
/// <summary>
3628
/// Creates a new instance of <see cref="DefaultAuthorizationService"/>.
3729
/// </summary>

0 commit comments

Comments
 (0)