---
title: SecKeyImportExportFlags
framework: security
role: symbol
role_heading: Structure
path: security/seckeyimportexportflags
---

# SecKeyImportExportFlags

The import/export parameter structure flags.

## Declaration

```swift
struct SecKeyImportExportFlags
```

## Overview

Overview Use an instance of this structure to set the flags property in the SecItemImportExportKeyParameters import/export structure.

## Topics

### Initializers

- [init(rawValue:)](security/seckeyimportexportflags/init(rawvalue:).md)

### Constants

- [importOnlyOne](security/seckeyimportexportflags/importonlyone.md)
- [securePassphrase](security/seckeyimportexportflags/securepassphrase.md)
- [noAccessControl](security/seckeyimportexportflags/noaccesscontrol.md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [ExpressibleByArrayLiteral](swift/expressiblebyarrayliteral.md)
- [OptionSet](swift/optionset.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
- [SetAlgebra](swift/setalgebra.md)
