<!--
{
  "availability" : [
    "iOS: 26.0.0 -",
    "iPadOS: 26.0.0 -",
    "macCatalyst: 26.0.0 -",
    "macOS: 26.0.0 -",
    "tvOS: 26.0.0 -",
    "visionOS: 26.0.0 -",
    "watchOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "NetworkExtension",
  "identifier" : "/documentation/NetworkExtension/NEVPNIKEv2SecurityAssociationParameters/postQuantumKeyExchangeMethods-56672",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "Network Extension"
    ],
    "preciseIdentifier" : "c:objc(cs)NEVPNIKEv2SecurityAssociationParameters(py)postQuantumKeyExchangeMethods"
  },
  "title" : "postQuantumKeyExchangeMethods"
}
-->

# postQuantumKeyExchangeMethods

A list of the quantum-secure key exchange methods the Security Association uses.

```
@property (copy) NSArray<NSNumber *> * postQuantumKeyExchangeMethods;
```

## Discussion

You can specify up to seven key-exchange methods, which correspond to the Additional Key Exchange transform types `ADDKE1`–`ADDKE7` in RFC 9370.

---

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)