public PermissionSet(PermissionState state) : this() { this.state = CodeAccessPermission.CheckPermissionState(state, true); }