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
Im trying to sign some data using PKCS#12 certificate ,however i have problem with obtaining private key from PKCS#12 (.p12) file.
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.
I am attempting to export the public key of an X509Certificate2 certificate using the following code:
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.
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.
I understand how Non-repudiation and Integrity are achieved with Digital Signatures, but it\'s the Authentication that I don\'t grasp yet.
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
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
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