true if the current permission is a subset of the specified permission; otherwise, false.
The current permission is a subset of the specified permission if the current permission specifies a set of operations that is wholly contained in the specified permission. For example, a permission for DataProtectionPermissionFlags.ProtectData access is a subset of a permission for DataProtectionPermissionFlags.AllFlags access.