ISslManager

Manager of the ssl library

Windows
MacOS
Linux

References

Module

SSL

Header

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

Include

#include "Interfaces/ISslManager.h"

Syntax

class ISslManager

Remarks

Manager of the ssl library

Destructors

Name Description

Public function Virtual

~ISslManager()

Destructor

Functions

Name Description

Public function

SSL_CTX *...

 

CreateSslContext

(
    const FSslContextCreateOptions& Cr...
)

Create an SSL context

Public function

void

 

DestroySslContext

(
    SSL_CTX* SslContext
)

Destroy an SSL context

Public function

bool

 

InitializeSsl()

Initialize the ssl library.

Public function

void

 

ShutdownSsl()

Shutdown the ssl library. Must be called once per call to InitializeSsl

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