ESslTlsProtocol

SSL/TLS protocol

Windows
MacOS
Linux

References

Module

SSL

Header

/Engine/Source/Runtime/Online/SSL/Public/Interfaces/ISslManager.h

Include

#include "Interfaces/ISslManager.h"

Syntax

enum ESslTlsProtocol
{
    Minimum    = 0,
    SSLv2      = Minimum,
    SSLv3,
    TLSv1,
    TLSv1_1,
    TLSv1_2,
    Maximum    = TLSv1_2,
}

Values

Name

Description

Minimum

Start (used for specifying a protocol range)

SSLv2

SSLv2

SSLv3

SSLv3

TLSv1

TLSv1

TLSv1_1

TLSv1.1

TLSv1_2

TLSv1.2

Maximum

End (used for specifying a protocol range)

Remarks

SSL/TLS protocol

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss