Alexey2040
Results
1
issues of
Alexey2040
I have a problem when verifying detached signature of empty file. private static bool VerifyDetachedSignature(byte[] fileRawBytes, string sign) { try { var signatureFileRawBytes = Convert.FromBase64String(sign); var cms = new CmsSignedData(new...