---
title: destroyRights
framework: security
role: symbol
role_heading: Type Property
path: security/authorizationflags/destroyrights
---

# destroyRights

A flag that instructs the Security Server to revoke authorization.

## Declaration

```swift
static var destroyRights: AuthorizationFlags { get }
```

## Discussion

Discussion If this flag is set, the Security Server revokes authorization from the process as well as from any other process that is sharing the authorization. If not set, the Security Server revokes authorization from the process but not from other processes that share the authorization.
