Navigation
API > API/Runtime > API/Runtime/SSL > API/Runtime/SSL/ISslManager
Description
Initialize the ssl library. Can be called multiple times (may not do anything beyond first call). ShutdownSsl must be called once for each call to InitializeSsl
| Name | InitializeSsl |
| Type | function |
| Header File | /Engine/Source/Runtime/Online/SSL/Public/Interfaces/ISslManager.h |
| Include Path | #include "Interfaces/ISslManager.h" |
bool InitializeSsl()
true if ssl was successfully initialized, false if not