x509certificate2
Converting a byte array to a X.509 certificate
I\'m trying to port a piece of Java code into .NET that takes a Base64 encoded string, converts it to a byte array, and then uses it to make a X.509 certificate to get the modulus & exponent for R[详细]
2022-12-25 02:28 分类:问答How to create a completely new x509Certificate2 in .Net?
I google it from web, find many examples to ge开发者_StackOverflownerate a new x509Certificate2 from a file in .Net, but there is no example to show how to generate a completely new x509Certificate2 f[详细]
2022-12-21 10:05 分类:问答Is there any way to do X.509 Certificate creation in .net?
I take some days and still can not find any way to do X.509 Certificate creation in .net. Is there anyone who can give me an answer or some hint开发者_运维技巧s?[详细]
2022-12-21 07:47 分类:问答Signing a PDF file
I use iTextSharp to sign a PDF file. But Adobe Reader cannot verify my signature. I use SHA-2 test certificate (I tried also SHA-1) generated by certification authority. I h开发者_高级运维ave installe[详细]
2022-12-12 09:13 分类:问答