Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.
/ corefx Public archive

Commit

Permalink
refs for AuthorizationRuleCollection adjusted
Browse files Browse the repository at this point in the history
  • Loading branch information
ViktorHofer committed Mar 28, 2017
1 parent 7a13824 commit b46f564
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 22 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ protected internal AuthorizationRule(System.Security.Principal.IdentityReference
public bool IsInherited { get { throw null; } }
public System.Security.AccessControl.PropagationFlags PropagationFlags { get { throw null; } }
}
public sealed partial class AuthorizationRuleCollection
public sealed partial class AuthorizationRuleCollection : System.Collections.ReadOnlyCollectionBase
{
public AuthorizationRuleCollection() { }
public System.Security.AccessControl.AuthorizationRule this[int index] { get { throw null; } }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'netstandard-Release|AnyCPU'" />
<ItemGroup>
<Compile Include="System.Security.AccessControl.cs" />
<Compile Include="System.Security.AccessControl.Manual.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\System.Security.Principal.Windows\ref\System.Security.Principal.Windows.csproj" />
Expand Down

0 comments on commit b46f564

Please sign in to comment.