Navigation
API > API/Runtime > API/Runtime/SSL > API/Runtime/SSL/Interfaces
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
| Type | Name | Description | |
|---|---|---|---|
| bool | bAddCertificates | Automatically add certificates from the certificate manager? | |
| bool | bAllowCompression | Do we want to allow compression? | |
| ESslTlsProtocol | MaximumProtocol | Maximum version of SSL/TLS to allow | |
| ESslTlsProtocol | MinimumProtocol | Minimum version of SSL/TLS to allow |