FSslContextCreateOptions

Options for creating an SSL context using FSslManager::CreateSslContext

Windows
MacOS
Linux

References

Module

SSL

Header

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

Include

#include "Interfaces/ISslManager.h"

Syntax

struct FSslContextCreateOptions

Remarks

Options for creating an SSL context using FSslManager::CreateSslContext

Variables

Name Description

Public variable

bool

 

bAddCertificates

Automatically add certificates from the certificate manager?

Public variable

bool

 

bAllowCompression

Do we want to allow compression?

Public variable

ESslTlsProtocol

 

MaximumProtocol

Maximum version of SSL/TLS to allow

Public variable

ESslTlsProtocol

 

MinimumProtocol

Minimum version of SSL/TLS to allow

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