|
security
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
.NET Securitymicrosoft.public.dotnet.security
Johnny E. Jensen -
9 Mar 2007 6:34 PM - 2 messages
Hey I'am writing a Windows application using C#. I would like to do this: Application Start: Is User Authendicated (windows) does user exists in Administrators or in MyAppGroup ( MyAppGroup = the AD group for users running the application) ...
wip -
9 Mar 2007 11:51 AM - 13 messages
hi, i have to use RSA within .net 2.0 and i have to use a 256 bit key- length. RSACryptoServiceProvider requires a min. length of 384 bit. my current solution-ideas are: s1.) use the RSACryptoServiceProvider and bypass the min. length with ...
DXRick -
9 Mar 2007 12:39 AM - 3 messages
I decided to test an encryption program I wrote to see what the different types of permission tests actually do when running the application from a restricted user account. I found that if the user attempts to write to a ...
alexpicchio -
8 Mar 2007 11:01 AM - 3 messages
Hi! I'm trying to apply a digital signature using a SYSGILLO CSP Provider in the Visual Studio .NET environment (framework 1.1/2.0). When I run the following code, the program prompts me for PIN and then I receive the following ...
Waleed Zahran -
7 Mar 2007 4:20 PM - 3 messages
Dears, We used to use permchecker.hassaccess (DLL Component) to check if the user has access to a specified file in ASP, is there anyone who knows how to check if the logged user has access to open a specific file/folder using ...
DXRick -
6 Mar 2007 7:05 AM - 18 messages
I am just trying to encrypt some data and am pretty much copying the code that the MSDN docs have for the RijndaelManaged class: RijndaelManaged cryptAlg = null; MemoryStream mStream = null; CryptoStream cStream = null; StreamWriter sWriter = null; try { cryptAlg = new RijndaelManaged(); ...
|
|||||||||||||||||||||||