Navigation
API > API/Runtime > API/Runtime/BuildPatchServices > API/Runtime/BuildPatchServices/IBuildPatchServicesModule
Description
Registers an encryption secret. This information is used by installers to decrypt patch data that references this secret.
| Name | RegisterEncryptionSecret |
| Type | function |
| Header File | /Engine/Source/Runtime/Online/BuildPatchServices/Public/Interfaces/IBuildPatchServicesModule.h |
| Include Path | #include "Interfaces/IBuildPatchServicesModule.h" |
void RegisterEncryptionSecret
(
const FGuid & EncryptionSecretId,
TArray < uint8 > EncryptionSecretKey
)
Parameters
| Name | Remarks |
|---|---|
| EncryptionSecretId | The ID for the secret key. |
| EncryptionSecretKey | The secret key. |