.NET Framework Class Library
ObjectSecurity.PurgeAccessRules Method
Removes all access rules associated with the specified IdentityReference.
Assembly: mscorlib (in mscorlib.dll)
Syntax
Visual Basic
Public Overridable Sub PurgeAccessRules ( _ identity As IdentityReference _ )
C#
public virtual void PurgeAccessRules( IdentityReference identity )
Visual C++
public: virtual void PurgeAccessRules( IdentityReference^ identity )
F#
abstract PurgeAccessRules : identity:IdentityReference -> unit override PurgeAccessRules : identity:IdentityReference -> unit
Parameters
- identity
- Type: System.Security.Principal.IdentityReference
The IdentityReference for which to remove all access rules.
Exceptions
| Exception | Condition |
|---|---|
| InvalidOperationException |
All access rules are not in canonical order. |
Version Information
.NET Framework
Supported in: 4, 3.5, 3.0, 2.0.NET Framework Client Profile
Supported in: 4, 3.5 SP1Platforms
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
See Also
