summaryrefslogtreecommitdiff
path: root/source/LCDriver.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/LCDriver.h')
-rw-r--r--source/LCDriver.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/source/LCDriver.h b/source/LCDriver.h
index 9f6db6e..b375c5e 100644
--- a/source/LCDriver.h
+++ b/source/LCDriver.h
@@ -375,6 +375,14 @@ extern "C"
LCDRIVER_API int __cdecl System_Authenticate(LCDContext Context, int iType, int *piSize, unsigned char *puchdata);
/// <summary>
+ /// This command deauthenticates the ME from prior
+ /// authentications to prevent unauthorized access.
+ /// </summary>
+ /// <param name="iType">Deauthentication type:0 = deauthenticate until next reboot of the ME,1 = permanent deauthentication.</param>
+ /// <returns> Status of the command.</returns>
+ LCDRIVER_API int __cdecl System_Deauthenticate(LCDContext Context, int iType);
+
+ /// <summary>
/// This command is used by the loader to retrieve the SimLock control keys from the host to authenticate a user.
/// The command is used in the authentication context.
/// </summary>