Method PostKeysErt
PostKeysErt(Byte[])
Uploads the ERT key file used to decrypt ERT firmware.
Declaration
public TryOptionAsync<HttpResponseMessage> PostKeysErt(byte[] ERTKey)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Byte[] | ERTKey | The byte array of the key file. |
Returns
| Type | Description |
|---|---|
| LanguageExt.TryOptionAsync<System.Net.Http.HttpResponseMessage> | HttpResponseMessage |