mobileFX WebSocketX
WebSocketX ActiveX DLL / WEBSOCKET_SECURITY_ENUM Enumeration
In This Topic
    WEBSOCKET_SECURITY_ENUM Enumeration
    In This Topic
    Description

    Enumeration of WebSocket cryptographic providers.

    Members
    MemberValueDescription
    INSEURE0No cryptographic provider. Used with ws:// protocol.
    SSLV2_CLIENT1

    SSL version 2 client. Used with wss:// protocol.

    SSLV23_CLIENT2

    SSL/TLS client. Used with wss:// protocol.

    SSLV3_CLIENT3

    Generic SSL version 3. Used with wss:// protocol.

    TLS_CLIENT4

    TLS client. Used with wss:// protocol.

    TLSV1_CLIENT5

    TLS version 1 client. Used with wss:// protocol.

    TLSV11_CLIENT6

    TLS version 1.1 client. Used with wss:// protocol.

    TLSV12_CLIENT7

    TLS version 1.2 client. Used with wss:// protocol.

    TLSV13_CLIENT8

    TLS version 1.3 client. Used with wss:// protocol.