Returns an enumerator for the permissions of the set.
[Visual Basic] Overridable Public Function GetEnumerator() As IEnumerator [C#] public virtual IEnumerator GetEnumerator(); [C++] public: virtual IEnumerator* GetEnumerator(); [JScript] public function GetEnumerator() : IEnumerator;
An enumerator object for the permissions of the set.
Use the enumerator to get individual permission objects of the set.
PermissionSet Class | PermissionSet Members | System.Security Namespace