<!--
{
  "availability" : [
    "macCatalyst: 13.0.0 -",
    "macOS: 10.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Security",
  "identifier" : "/documentation/Security/SSLAuthenticate",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "Security"
    ],
    "preciseIdentifier" : "c:@E@SSLAuthenticate"
  },
  "title" : "SSLAuthenticate"
}
-->

# SSLAuthenticate

The flags that represent the requirements for client-side authentication.

```
enum SSLAuthenticate
```

## Topics

### Constants

[`SSLAuthenticate.neverAuthenticate`](/documentation/Security/SSLAuthenticate/neverAuthenticate)

Indicates that client-side authentication is not required. (Default.)

[`SSLAuthenticate.alwaysAuthenticate`](/documentation/Security/SSLAuthenticate/alwaysAuthenticate)

Indicates that client-side authentication is required.

[`SSLAuthenticate.tryAuthenticate`](/documentation/Security/SSLAuthenticate/tryAuthenticate)

Indicates that client-side authentication should be attempted. There is no error if the client doesn’t have a certificate.



---

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)