1
0
This commit is contained in:
Benjamin Höglinger-Stelzer 2018-11-12 02:16:23 +01:00
parent 2089d62dfd
commit 43216b4d92

View File

@ -10,7 +10,7 @@ namespace DerpingDrivers.Util
private const uint BcdLibraryBoolean_AllowPrereleaseSignatures = 0x16000049; private const uint BcdLibraryBoolean_AllowPrereleaseSignatures = 0x16000049;
/// <summary> /// <summary>
/// Gets or sets the current value if BCDE_LIBRARY_TYPE_ALLOW_PRERELEASE_SIGNATURES from the default boot entry. /// Gets or sets the current value of BCDE_LIBRARY_TYPE_ALLOW_PRERELEASE_SIGNATURES from the default boot entry.
/// </summary> /// </summary>
public static bool AllowPrereleaseSignatures public static bool AllowPrereleaseSignatures
{ {