Computes the intersection of two permission sets.
[Visual Basic] Overridable Public Function Intersect( _ ByVal other As PermissionSet _ ) As PermissionSet [C#] public virtual PermissionSet Intersect( PermissionSet other ); [C++] public: virtual PermissionSet* Intersect( PermissionSet* other ); [JScript] public function Intersect( other : PermissionSet ) : PermissionSet;
A permission set that is the intersection of permissions in both sets.
The intersection permission set contains the intersection of permissions of the same type that are in respective permission sets.
PermissionSet Class | PermissionSet Members | System.Security Namespace