Home All Groups Group Topic Archive Search About

.NET Security

microsoft.public.dotnet.security
Score SignedXml
Iguana - 18 Jan 2007 2:08 PM - 2 messages
Hi! My question is - System.Security.Cryptography.Xml operate with ds: prefix in SignedInfo? If yes - please show me the way how create and validate xml signature with this prefix, using net 2.0 and c# visual studio 2005. I try many other ways generate signature SignedInfo element with prefix ...
Score Is my SID's octet string correct? I can't find AD object with it.
Pucca - 18 Jan 2007 1:01 AM - 2 messages
Hi, I'm using vs2005, .net 2.0 on win2k server. Here I'm searching for a Computer object in AD using the sid that I translate to octet string format for use with DirectorySearcher but it's not finding it.  But I see it using the ldp.exe.  Is there someting wrong with my ...
Score How do I convert sid retrieved from the AD to SDDL string format?
Pucca - 16 Jan 2007 7:58 PM - 9 messages
I retrieve sid from AD into a dataset table.  How can I convert this to SDDL format string?  My code below is not working.             ReportPreview repPreview = new ReportPreview(); ...
Score DECRYPT with PUBLIC key (how to?)
KCS - 14 Jan 2007 1:46 AM - 5 messages
Hi all. I want to encrypt simple text with MY Private Key so the recipient can decrypt it with MY Public Key. But I get a 'Bad Key' exception when I try it. Conflicting info on the web and in articles suggests you cannot do this due ...
Next » 2 3 4 5 6 7 8 9 10