Specifies the type of security protocol that an instance of the SecureSocket class can use.
| Member Name | Description |
|---|---|
| None | No security protocol will be used. The SecureSocket will act as a normal Socket. |
| Ssl3 | SSLv3 will be used to authenticate the client and encrypt the data. |
| Tls1 | TLS will be used to authenticate the client and encrypt the data. |
Namespace: Org.Mentalis.Security.Ssl Namespace
Assembly: Org.Mentalis.Security.dll
Org.Mentalis.Security.Ssl Namespace