How can I generate a PKCS#10 request programatically?
- From: Helge Jensen <hej@xxxxxxxx>
- Date: Tue, 24 Apr 2007 17:24:09 +0200
I am using a private key on a hardware token through
RSACryptoServiceProvider and need to generate a PKCS#10 request for a
signature on that key.
I cannot find any support for that in System.Security.Cryptography and
seeking the net I find references to CEnroll (which seems to be WinCE
specific)
What is the preferred way to generate such a request? can I use P/Invoke
on a standard Win32 component?
--
Helge Jensen
.
Relevant Pages
- Re: how can we restrict what certificate WSE will use?
... \par Microsoft Online Support ... \par you mentioned 'since his private key is not valid so, the signature of his ... \par in a request signed with his valid private key, and since his public key is ... (microsoft.public.dotnet.framework.webservices.enhancements) - Re: how can we restrict what certificate WSE will use?
... you mentioned 'since his private key is not valid so, the signature of his ... in a request signed with his valid private key, and since his public key is ... > As for the question on the X509 certificate verification in .net ... (microsoft.public.dotnet.framework.webservices.enhancements) - Re: how can we restrict what certificate WSE will use?
... > X509SecurityTokenManager to verify the request is from a trusted client. ... >> decrypte and signature validation process. ... >> in a request signed with his valid private key, ... (microsoft.public.dotnet.framework.webservices.enhancements) - Re: Using private keys to sign hash
... RSACryptoServiceProvider) that takes a CspParameters object as an argument. ... I have a certificate and private key generated by a tool that I didn't ... I was told that a private key without ... >> certificate private information to generate the desired signature. ... (microsoft.public.dotnet.security) - Re: RSA breaking vs. factoring
... affects the two possible usages of RSA both for encryption (first public, ... then private key) and for signing ... are identical to encryption, in reverse order. ... Digital signature generation takes an input message (which may be quite ... (sci.crypt) |
|