---
title: ssLv3
framework: foundation
role: symbol
role_heading: Type Property
path: foundation/streamsocketsecuritylevel/sslv3
---

# ssLv3

Specifies that SSL version 3 be set as the security protocol for a socket stream.

## Declaration

```swift
static let ssLv3: StreamSocketSecurityLevel
```

## See Also

### Type Properties

- [negotiatedSSL](foundation/streamsocketsecuritylevel/negotiatedssl.md)
- [none](foundation/streamsocketsecuritylevel/none.md)
- [ssLv2](foundation/streamsocketsecuritylevel/sslv2.md)
- [tlSv1](foundation/streamsocketsecuritylevel/tlsv1.md)
