PermissionSet.GetEnumerator Method
Returns an enumerator for the permissions of the set.
Namespace: System.Security
Assembly: mscorlib (in mscorlib.dll)
Return Value
Type: System.Collections.IEnumeratorAn enumerator object for the permissions of the set.
Implements
IEnumerable.GetEnumerator()Use the enumerator as an index to access individual permission objects in the set.
Notes to InheritorsWhen you inherit from PermissionSet, you can change the behavior of the GetEnumerator method by overriding the GetEnumeratorImpl method.
The following code example shows the use of the GetEnumerator method to list all the permissions in a permission set. This code example is part of a larger example provided for the PermissionSet class.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.