Determines whether the current permission object is a subset of- that is, specifies a set of operations that is wholly contained by- the specified permission object.
[Visual Basic] Overridable Public Function IsSubsetOf( _ ByVal target As PermissionSet _ ) As Boolean [C#] public virtual bool IsSubsetOf( PermissionSet target ); [C++] public: virtual bool IsSubsetOf( PermissionSet* target ); [JScript] public function IsSubsetOf( target : PermissionSet ) : Boolean;
True if the permission set is a subset of the target permission set.
A permission set is a subset of another if all permissions in it are also contained in the other.
PermissionSet Class | PermissionSet Members | System.Security Namespace