Re: Sign with RsaCryptoService Provider Verify with win32 Crypto API
- From: Dominick Baier <dbaier@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Fri, 13 Jul 2007 20:47:13 +0000 (UTC)
RSACryptoServiceProvider is just a thin wrapper arounf the native Crypto API. so yes.
-----
Dominick Baier (http://www.leastprivilege.com)
Developing More Secure Microsoft ASP.NET 2.0 Applications (http://www.microsoft.com/mspress/books/9989.asp)
I have a web application written in C# that needs to Sign some data
with private key that can be verified on a c++ client using win32
crypto api. Can this be done?
I would like to avoid using mixed mode on either platform if possible.
Thanks,
Leslie
.
- Prev by Date: CreatePkcs10 function for certEnroll
- Next by Date: Re: Sign with RsaCryptoService Provider Verify with win32 Crypto A
- Previous by thread: CreatePkcs10 function for certEnroll
- Next by thread: Re: Sign with RsaCryptoService Provider Verify with win32 Crypto A
- Index(es):
Relevant Pages
|