---
title: none
framework: foundation
role: symbol
role_heading: Type Property
path: foundation/fileprotectiontype/none
---

# none

The file has no special protections associated with it.

## Declaration

```swift
static let none: FileProtectionType
```

## Discussion

Discussion A file with this type of protection can be read from or written to at any time.

## See Also

### Working with Protection Levels

- [complete](foundation/fileprotectiontype/complete.md)
- [completeUnlessOpen](foundation/fileprotectiontype/completeunlessopen.md)
- [completeUntilFirstUserAuthentication](foundation/fileprotectiontype/completeuntilfirstuserauthentication.md)
