Enumeration of WebSocket cryptographic providers.
Enumeration of WebSocket cryptographic providers.
| Member | Value | Description |
|---|---|---|
| INSEURE | 0 | No cryptographic provider. Used with ws:// protocol. |
| SSLV2_CLIENT | 1 | SSL version 2 client. Used with wss:// protocol. |
| SSLV23_CLIENT | 2 | SSL/TLS client. Used with wss:// protocol. |
| SSLV3_CLIENT | 3 | Generic SSL version 3. Used with wss:// protocol. |
| TLS_CLIENT | 4 | TLS client. Used with wss:// protocol. |
| TLSV1_CLIENT | 5 | TLS version 1 client. Used with wss:// protocol. |
| TLSV11_CLIENT | 6 | TLS version 1.1 client. Used with wss:// protocol. |
| TLSV12_CLIENT | 7 | TLS version 1.2 client. Used with wss:// protocol. |
| TLSV13_CLIENT | 8 | TLS version 1.3 client. Used with wss:// protocol. |