mirror of
https://github.com/ReneLergner/WPinternals.git
synced 2026-06-14 03:16:40 +10:00
QCParts: Check if signatures are available
This commit is contained in:
@@ -160,6 +160,8 @@ namespace WPinternals
|
||||
}
|
||||
}
|
||||
|
||||
if (Signatures.Count > 0)
|
||||
{
|
||||
byte[] RootCertificate = Signatures[^1];
|
||||
|
||||
for (int i = 0; i < Signatures.Count; i++)
|
||||
@@ -183,3 +185,4 @@ namespace WPinternals
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user