Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Online/SSL/Public/Interfaces/ISslManager.h |
Include |
#include "Interfaces/ISslManager.h" |
struct FSslContextCreateOptions
Options for creating an SSL context using FSslManager::CreateSslContext
Name | Description | ||
---|---|---|---|
|
bAddCertificates |
Automatically add certificates from the certificate manager? |
|
|
bAllowCompression |
Do we want to allow compression? |
|
|
MaximumProtocol |
Maximum version of SSL/TLS to allow |
|
|
MinimumProtocol |
Minimum version of SSL/TLS to allow |