File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed
src/Microsoft.Owin.Security.Authorization Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff 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>
You can’t perform that action at this time.
0 commit comments