---
title: noAccessControl
framework: security
role: symbol
role_heading: Type Property
path: security/seckeyimportexportflags/noaccesscontrol
---

# noAccessControl

A flag that indicates imported private keys have no access object attached to them.

## Declaration

```swift
static var noAccessControl: SecKeyImportExportFlags { get }
```

## Discussion

Discussion In the absence of both this bit and the accessRef field in the SecItemImportExportKeyParameters structure, imported private keys receive default access controls.
