логика
This commit is contained in:
parent
f65c88526e
commit
95eec90e5c
@ -138,11 +138,11 @@ public class Engine
|
||||
if (Cryptography.VerifySignedDataByCertIssuer(signature, open_key_path.GetPublicCert(), out var data))
|
||||
{
|
||||
if (data != null)
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
else
|
||||
{
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
}
|
||||
catch (Exception ex)
|
||||
|
Loading…
Reference in New Issue
Block a user