---
title: CWKeychainDomain
framework: corewlan
role: symbol
role_heading: Enumeration
path: corewlan/cwkeychaindomain
---

# CWKeychainDomain

Keychain domain types that CoreWLAN keychain methods use.

## Declaration

```swift
enum CWKeychainDomain
```

## Topics

### Constants

- [CWKeychainDomain.none](corewlan/cwkeychaindomain/none.md)
- [CWKeychainDomain.user](corewlan/cwkeychaindomain/user.md)
- [CWKeychainDomain.system](corewlan/cwkeychaindomain/system.md)

### Initializers

- [init(rawValue:)](corewlan/cwkeychaindomain/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Enumerations

- [CWChannelBand](corewlan/cwchannelband.md)
- [CWChannelWidth](corewlan/cwchannelwidth.md)
- [CWCipherKeyFlags](corewlan/cwcipherkeyflags.md)
- [CWErr](corewlan/cwerr.md)
- [CWEventType](corewlan/cweventtype.md)
- [CWIBSSModeSecurity](corewlan/cwibssmodesecurity.md)
- [CWInterfaceMode](corewlan/cwinterfacemode.md)
- [CWPHYMode](corewlan/cwphymode.md)
- [CWSecurity](corewlan/cwsecurity.md)
