|
security
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
.NET Securitymicrosoft.public.dotnet.security
crino -
24 Nov 2006 10:18 AM - 6 messages
Hi, i'm trying to encrypt data with a publickey exctracted from certificate file but i got error!? this is my code: using Microsoft.Web.Services3.Security.X509; using System.Security.Cryptography.X509Certificates; using System.Security.Cryptography; //exctract the key ...
e.loman -
23 Nov 2006 7:59 AM - 2 messages
Hi, Is it possible to create an X509Certificate in memory without pre-creating a certificate file using makecert? The thing is, I want to create a X509 certificate, with a public key and other data that is submitted by a client user, and sign that ...
awburns -
22 Nov 2006 4:59 PM - 6 messages
Okay, this might well be a newbie question. Sorry about the cross-post from General, but I realised this was where I should have posted. I've written a Windows service based upon the ServiceBase class. The service, and all the classes it uses are in one assembly, ...
dragoncino -
21 Nov 2006 1:29 PM - 2 messages
Hello to everybody, I need to encrypt the dataConfiguration or connectionStrings section of the app.config file (using Enterprise Libary January 2006). On some sources on internet (e.g.: [link]) I have ...
ibaldwinjr -
20 Nov 2006 11:15 PM - 3 messages
Hi, I am trying to get a response from a URL using the HttpWebRequest object. this is my code below. httpRequest = (HttpWebRequest) WebRequest.Create(myurl); httpRequest.Method = "GET"; httpRequest.Timeout = 90000; httpResponse = httpRequest.GetResponse(); ................... Before it was working fine. Then suddenly we got an error. This is the ...
Giovanni -
20 Nov 2006 9:23 PM - 2 messages
Hi, Using VS 2005 Pro., I have built a Class Library (DLL) with several functions, subs, etc... I would like to determine the minimum security requirements. For some reason, the "Security" tab does NOT appear when ...
|
|||||||||||||||||||||||