Navigation
API > API/Runtime > API/Runtime/SSL
Options for creating an SSL context using FSslManager::CreateSslContext
| Name | FSslContextCreateOptions |
| Type | struct |
| Header File | /Engine/Source/Runtime/Online/SSL/Public/Interfaces/ISslManager.h |
| Include Path | #include "Interfaces/ISslManager.h" |
Syntax
struct FSslContextCreateOptions
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bAddCertificates | bool | Automatically add certificates from the certificate manager? | Interfaces/ISslManager.h | |
| bAllowCompression | bool | Do we want to allow compression? | Interfaces/ISslManager.h | |
| MaximumProtocol | ESslTlsProtocol | Maximum version of SSL/TLS to allow | Interfaces/ISslManager.h | |
| MinimumProtocol | ESslTlsProtocol | Minimum version of SSL/TLS to allow | Interfaces/ISslManager.h |