mirror of
https://github.com/ReneLergner/WPinternals.git
synced 2026-06-20 14:11:02 +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];
|
byte[] RootCertificate = Signatures[^1];
|
||||||
|
|
||||||
for (int i = 0; i < Signatures.Count; i++)
|
for (int i = 0; i < Signatures.Count; i++)
|
||||||
@@ -182,4 +184,5 @@ namespace WPinternals
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user