---
title: SecItemImportExportFlags
framework: security
role: symbol
role_heading: Structure
path: security/secitemimportexportflags
---

# SecItemImportExportFlags

The import and export function flags.

## Declaration

```swift
struct SecItemImportExportFlags
```

## Overview

Overview Use an instance of this structure a the flags input to the SecItemImport(_:_:_:_:_:_:_:_:) and SecItemExport(_:_:_:_:_:) functions.

## Topics

### Initializers

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

### Constants

- [pemArmour](security/secitemimportexportflags/pemarmour.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)
