---
title: WASharedSecret.Context
framework: wifiaware
role: symbol
role_heading: Structure
path: wifiaware/washaredsecret/context
---

# WASharedSecret.Context

A unique value that is specific to your App and the use case a given connection will perform, which diversifies the generated secret so that it is unique to your App and connection.

## Declaration

```swift
struct Context
```

## Topics

### Initializers

- [init(_:)](wifiaware/washaredsecret/context/init(_:)-74fai.md)
- [init(_:)](wifiaware/washaredsecret/context/init(_:)-8fpqd.md)

### Type Properties

- [bundleID](wifiaware/washaredsecret/context/bundleid.md)

## Relationships

### Conforms To

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