Share via


ExecutePermission.isSubsetOf Method

Determines whether a current permission is a subset of the specified permission.

Syntax

public boolean isSubsetOf(CodeAccessPermission target)

Run On

Called

Parameters

Return Value

Type: boolean
true if a current permission is a subset of the specified permission; otherwise, false.

Remarks

You override this method when you derive a class from the CodeAccessPermission class.

See Also

Reference

ExecutePermission Class