FDTLSCertStore::GetCert

Retrieve a certificate using unique identifier

Windows
MacOS
Linux

References

Module

DTLSHandlerComponent

Header

/Engine/Plugins/Runtime/PacketHandlers/DTLSHandlerComponent/Source/Public/DTLSCertStore.h

Include

#include "DTLSCertStore.h"

Source

/Engine/Plugins/Runtime/PacketHandlers/DTLSHandlerComponent/Source/Private/DTLSCertStore.cpp

Syntax

TSharedPtr< FDTLSCertificate > GetCert
(
    const FString & Identifier
) const

Remarks

Retrieve a certificate using unique identifier

Identifier unique identifier used when cert was added

Returns

shared pointer to certificate, valid if it was found

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