It's the old blog on blogger platform. There are no updates here.
public static bool CertificateSignVerify(string signFilePath, byte[] data, RSACryptoServiceProvider rsaKey) { byte[] signature = File.ReadAllBytes(signFilePath); return rsaKey.VerifyData(data, new SHA1CryptoServiceProvider(), signature); }
Note: only a member of this blog may post a comment.
No comments:
Post a Comment
Note: only a member of this blog may post a comment.