<!--
{
  "availability" : [
    "macOS: 10.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Security",
  "identifier" : "/documentation/Security/SecItemImportExportFlags",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "Security"
    ],
    "preciseIdentifier" : "c:@E@SecItemImportExportFlags"
  },
  "title" : "SecItemImportExportFlags"
}
-->

# SecItemImportExportFlags

The import and export function flags.

```
struct SecItemImportExportFlags
```

## Overview

Use an instance of this structure a the flags input to the [`SecItemImport(_:_:_:_:_:_:_:_:)`](/documentation/Security/SecItemImport(_:_:_:_:_:_:_:_:)) and [`SecItemExport(_:_:_:_:_:)`](/documentation/Security/SecItemExport(_:_:_:_:_:)) functions.

## Topics

### Initializers

[`init(rawValue:)`](/documentation/Security/SecItemImportExportFlags/init(rawValue:))

Initialize an item import/export flag structure.

### Constants

[`pemArmour`](/documentation/Security/SecItemImportExportFlags/pemArmour)

A flag that indicates the exported data should have PEM armor.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)