<!--
{
  "availability" : [
    "iOS: 12.0.0 -",
    "iPadOS: 12.0.0 -",
    "macCatalyst: 12.0.0 -",
    "macOS: 10.14.0 -",
    "tvOS: 12.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 5.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Network",
  "identifier" : "/documentation/Network/NWProtocolTLS/Options",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "Network"
    ],
    "preciseIdentifier" : "s:7Network13NWProtocolTLSC7OptionsC"
  },
  "title" : "NWProtocolTLS.Options"
}
-->

# NWProtocolTLS.Options

A container of options for configuring how TLS is used on a connection.

```
class Options
```

## Topics

### Customizing TLS Connections

[`init()`](/documentation/Network/NWProtocolTLS/Options/init())

Initializes a default set of TLS connection options.

[`var securityProtocolOptions: sec_protocol_options_t`](/documentation/Network/NWProtocolTLS/Options/securityProtocolOptions)

The handshake security options TLS uses.

## Relationships

### Conforms To

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`Sendable`](/documentation/Swift/Sendable)

### Inherits From

[`NWProtocolOptions`](/documentation/Network/NWProtocolOptions)

---

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)