Ask a Question related to ASP.NET Security, Design and Development.
-
baisword #1
how to get the supported cryptographic algorithm on the current .n
how to get the supported cryptographic algorithm on the current .net platform?
baisword Guest
-
Cryptographic service provider (CSP) could not be found for this algorithm.
I'm running an ASP.NET webapplication on a Windows 2000 Server SP4 machine with .Net Framework 1.0 installed. The ASP.Net application uses... -
Cryptographic Web Services
I am trying to implement a secure Web Service using signatures, tokens, and encrypted data WITHOUT the use of security certificates or SSL. It's a... -
'ResourcePool' is not supported on the current platform
Hi, I'm having problems connecting to a SQL Server 2000 db from ASP dot net project. I have a 'DAL' project which is used to connect to the... -
Using Microsoft Cryptographic API in a .Net web service.
Hi, I used the Microsoft Cryptographic API in VB6, worked fine. It works well in a VB.Net window application as well. However, it does not work... -
Can't find a cryptographic service provider (CSP) in this algorythm...
Hi! I'm trying to use a System.Security.Criptography function, it works on my machine but when I publish the site, it gives me the following... -
Ravikanth[MVP] #2
RE: how to get the supported cryptographic algorithm on the current .n
Following Algorithm supported:
RSA and DSA public key(asymmetric) encryption
DES, Triple DES and RC2 private key(symmetric) encryption
MD5, SHA1 Hashing
HTH
--
Ravikanth[MVP]
"baisword" wrote:
> how to get the supported cryptographic algorithm on the current .net platform?
>
>Ravikanth[MVP] Guest



Reply With Quote

