Specifies secure connection options.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
| Member Name | Description | Value |
|---|---|---|
| None | No options. | 0 |
| DoNotCacheSessions | Do not cache any sessions. | 1 |
| StayConnected | Do not shutdown and close the underlying socket after sending or receiving fatal alert or close notify. | 2 |
| DoNotInsertEmptyFragment | Do not send empty record after sucessful handshake with CBC ciphers. | 256 |
| SkipRollbackDetection | Ignore the client version in premaster secret. This only affects server sockets. | 512 |
| SilentUnprotect | Forces the Unprotect method to do immediate unprotect without exchange of CloseNotify alert messages. This is in violation of the RFC, but some broken servers need it, unfortunately. | 1024 |
| Reserved | This option is currently unused. | 2048 |
Namespace: Rebex.Net
Assembly: Rebex.Net.SecureSocket (in Rebex.Net.SecureSocket.dll)