<!--
{
  "availability" : [
    "iOS: 9.0.0 - 18.0.0",
    "iPadOS: 9.0.0 - 18.0.0",
    "macCatalyst: 13.1.0 - 18.0.0",
    "macOS: 10.11.0 - 15.0.0",
    "tvOS: 17.0.0 - 18.0.0",
    "visionOS: 1.0.0 - 2.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "NetworkExtension",
  "identifier" : "/documentation/NetworkExtension/NWTLSParameters/sslCipherSuites",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "Network Extension"
    ],
    "preciseIdentifier" : "c:objc(cs)NWTLSParameters(py)SSLCipherSuites"
  },
  "title" : "sslCipherSuites"
}
-->

# sslCipherSuites

The set of allowed cipher suites when negotiating TLS.

```
var sslCipherSuites: Set<NSNumber>? { get set }
```

## Discussion

Values for cipher suites are defined in `<Security/CipherSuite.h>`. These values should be wrapped as <doc://com.apple.documentation/documentation/Foundation/NSNumber> objects in a set. If this property is set to `nil`, the default cipher suites will be used.

---

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)