Home All Groups Group Topic Archive Search About

.NET Security

microsoft.public.dotnet.security
Score Asymetric Key Pairs
Chris Kennedy - 23 Jul 2005 9:45 PM - 2 messages
I've seen some code  which makes perfect sense, but what namespace is the encryption class. Furthermore, when I create my key pair how the distribute the public key. Dim asym As New Encryption.Asymmetric() Dim pubkey As New Encryption.Asymmetric.PublicKey() ...
Score I'm not sure I get this 'salt' thing
wolfing1 - 22 Jul 2005 4:16 PM - 2 messages
We all know storing a password straight up in the database is not good. Anyone who gets access to the table can get the passwords there right? So we encrypt the passwords and now they can't. But they can have a list of encrypted passwords and do a dictionary ...
Score Forms Authentication Not Redirecting To Login Page
Stu - 22 Jul 2005 3:38 AM - 4 messages
Hi All, I have an ASP.NET application to which I have implemented forms authentication to handle security. It is a relatively straight forward solution with all aspx pages residing in the root folder. The issue I am experiencing is that when the authentication time out is ...
Score LogonUser Succeeds - but fails later
questions - 21 Jul 2005 2:52 PM - 7 messages
Hi, I'm currently using LogonUser to impersonate a user whilst connecting to a database. When I use a valid account (i.e. mine for testing purposes), it impersonates ok (no errors). But as soon as I try to access a resource, in this case Open a connection to the database an ...
Score Getting User Information from a SID
martinpare258 - 20 Jul 2005 7:05 PM - 6 messages
Hi,     I have to get some user information based on his SID.     I have tried the code below, and it somewhat works. The adUser contains some information but most of it returns a COMException. ...
Score Export and Import RSA Key Container
wrightsp - 20 Jul 2005 10:20 AM - 5 messages
I have successfully created an application in c# using the RSACryptoServiceProvider to encrypt on one machine and decypt on another.  I am storing my private key in a key container.  I have a situation where I need to use this private key on load balanced servers ...
Score Import RSA parameters from .PEM format
Mauricio Grimberg - 19 Jul 2005 2:33 PM - 21 messages
Hi people: I must load a RSA object from a .PEM file. It seems not to be trivial. I suppose I must obtain the RSAParameters from the file but I really don't know how. Mauricio Grimberg ...
Score Get an unauthenticated windowsIdentity?
ep - 18 Jul 2005 3:26 PM - 6 messages
I have a case where I need to get a WindowsIdentity for an account that has not been authenticated.  Is this possible? It looks like the only way to do it so far has been to get a token from ...
Score Why use Demand()?
Bob - 18 Jul 2005 2:43 PM - 2 messages
I am not sure why one should use the Demand() method?  Wouldn't the attempt to access the resource thrown the same security exception? For example does the below Demand() actually help in any way? SocketPermission socketPermission = new SocketPermission(System.Net.NetworkAccess.Connect,System.Net.TransportType.Tcp,Server,Port); ...
Score Cryptography implementation using memeorystream
rajkumar - 18 Jul 2005 7:00 AM - 6 messages
I tried to implement cryptographic using memorystream instead of other stream like file stream etc. Encryption is ok but could not get original data on decryption. Same logic works if i use filestream for cryptostream! ...
Score Path of the strong name
amos hchmon - 17 Jul 2005 6:25 AM - 2 messages
Which path I need to sign in the attribute assemblykeyfile if I develop with c#. If you can give me example this help me because I find material but I am not successful to run the application this fail about cryptographic failure ...
Next » 2 3 4 5 6 7 8 9 10