Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determines whether a current permission is a subset of the specified permission.
Syntax
public boolean isSubsetOf(CodeAccessPermission target)
Run On
Called
Parameters
- target
Type: CodeAccessPermission Class
A CodeAccessPermission class object.
Return Value
Type: boolean
true if a current permission is a subset of a specified permission; otherwise, false.
Remarks
You override this method when you derive a class from the CodeAccessPermission class. For more information, see .