Mentalis.org Security Library documentation

SecureProtocol Enumeration

Specifies the type of security protocol that an instance of the SecureSocket class can use.

[Visual Basic]
Public Enum SecureProtocol
[C#]
public enum SecureProtocol

Members

Member NameDescription
NoneNo security protocol will be used. The SecureSocket will act as a normal Socket.
Ssl3SSLv3 will be used to authenticate the client and encrypt the data.
Tls1TLS will be used to authenticate the client and encrypt the data.

Requirements

Namespace: Org.Mentalis.Security.Ssl Namespace

Assembly: Org.Mentalis.Security.dll

See Also

Org.Mentalis.Security.Ssl Namespace