---
title: "init(rawValue:)"
framework: security
role: symbol
role_heading: Initializer
path: "security/seckeyimportexportflags/init(rawvalue:)"
---

# init(rawValue:)

Initialize a key import/export flag structure.

## Declaration

```swift
init(rawValue: UInt32)
```

## Parameters

- `rawValue`: An initial value for the structure composed as the bitwise OR of zero or more of the valid values.
