x509certificate2
X509Certificate Implementation best practices
Firstly, Thanks to all those patient techies trying to help unknown people. Secondly, I have a wcf service which should be consumed by only several clients (10) known to our company. This wcf service[详细]
2023-03-04 21:29 分类:问答How to get private key from PKCS#12 (.p12) file using C#
Im trying to sign some data using PKCS#12 certificate ,however i have problem with obtaining private key from PKCS#12 (.p12) file.[详细]
2023-02-20 07:21 分类:问答x509 Certs in .NET - Difference between PrivateKey XML-values and Cert RawData
I\'m considering a Symmetric Encryption scheme that uses an encryption key that itself derives from an X509 certificate.I realize this is not Asymmetric, and perhaps odd, but its an experiment.[详细]
2023-02-14 11:29 分类:问答.NET 3.5 - Export X509Certificate2 PublicKey - Cannot find the requested object
I am attempting to export the public key of an X509Certificate2 certificate using the following code:[详细]
2023-02-12 08:00 分类:问答HttpWebRequest Client Certificate not working in IIS
I\'m trying to create a WCF application hosted in IIS. This WCF App will call a third party website to download a CSV file. Third party website has provided a certificate to authenticate the WCF call.[详细]
2023-02-12 04:58 分类:问答Exporting a Certificate as BASE-64 encoded .cer
I am trying to export a cert without the private key as as BASE-64 encoded file, same as exporting it from windows. When exported from windows I am able to open the .cer file in notepad.[详细]
2023-02-05 07:51 分类:问答Authenticating a Server with Digital Signatures
I understand how Non-repudiation and Integrity are achieved with Digital Signatures, but it\'s the Authentication that I don\'t grasp yet.[详细]
2023-02-04 03:12 分类:问答Importing an openssl-created self-signed cert into a X509Certificate2 (Mono): Can encrypt, can't decrypt
I\'m in Fedora 14, MonoDevelop 2.4, Mono 2.6.7. I generated my self-signed cert thusly: openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout mysitename.key -out mysitename.crt[详细]
2023-01-29 07:38 分类:问答How do I get certificate's key size
I have an X.509 certificate and need 开发者_C百科to get the size of its key (in bits) - e.g., 1024 2048 etc. I have looked at X509Certificate2 and also the bouncycastle X509Certificate classes but can[详细]
2023-01-22 13:45 分类:问答How can constructing an X509Certificate2 from a PKCS#12 byte array throw CryptographicException("The system cannot find the file specified.")?
I\'m trying to construct an X509Certificate2 from a PKCS#12 blob in a byte array and getting a rather puzzling error.This code is running in a desktop application with administrator rights on Windows[详细]
2023-01-18 07:30 分类:问答