| Thread | Last Post | Replies |
|
| Error instantiating RSACryptoServiceProvider | 31 Mar 2005 21:59 GMT | 15 |
I'm trying to instantiate an RSACryptoServiceProvider in a web service, which works fine on my local machine. But when I move the web service out to my production server, it blows up with the following error: System.Security.Cryptography.CryptographicException: CryptoAPI ...
|
| revoke Windows authentication credentials for a session | 31 Mar 2005 20:22 GMT | 1 |
I am writing a web app that uses windows authentication. I have a logout button in the app that abandons session and returns the user to the main page of the application. I would like to force the user to provide their windows credentials again if they choose to reenter the ...
|
| User's Privileges | 31 Mar 2005 18:03 GMT | 3 |
I need to know the user privileges (does user have administrator privileges) . Which c# api's should i use? Thanks a lot
|
| Changing folder security | 31 Mar 2005 17:33 GMT | 5 |
I need to set folder security to full control to everyone is it possible from code (without calling any external applications and sripts) ? example would be nice.
|
| ClientCertificates and IIS5 with https://localhost | 31 Mar 2005 05:49 GMT | 6 |
I have seen a number of postings with problems similar to this: W2k Pro sp4 fully patched IIS 5 web service: ssl enabled; requiring client certificates Running on same machine as client
|
| Custom principles and DnsPermission.Demand() | 31 Mar 2005 01:22 GMT | 4 |
We have windows application and have created our own custom principle & identity objects that implement IPrinciple and IIdentity. When a user logs into our system we set the threads principle to our custom principle object by calling Thread.CurrentPrinciple = blah. This all works ...
|
| Finding out if user has privileges to a diectory. | 30 Mar 2005 22:46 GMT | 4 |
How can I, through VB.NET, find out if somebody has access to a specified directory? The directory will be on an 2000 Server. TIA. Jeffrey.
|
| Decoding extended ascii base64 string | 30 Mar 2005 16:22 GMT | 1 |
I have an application that sends a .NET (C#) web service an base64 encoded string. This string sometimes includes extended ascii, e.g. é ù ô and when I try to decode this string in the webservice using: string decodedString = Encoding.UTF8.GetString( Convert.FromBase64String(
|
| Need only execute rights for web app. Did I set this up right? | 30 Mar 2005 15:42 GMT | 1 |
I have created a web app and now I want to make sure that it only has execute rights to run. Below is what I put in the assembly file. Is this correct? 'Allow this web app to execute <Assembly: Web.AspNetHostingPermission(SecurityAction.RequestMinimum,
|
| HELP Security in .Net framework | 30 Mar 2005 14:46 GMT | 1 |
Does anyone can point me out to good articles or documents which clearly explain the security under .Net framework I try to follow something but I am really getting lost indeed, a lot confuse with the code security and security of the operating system also how they are
|
| Sharing Application and Session scope with ASP in IIS6 | 30 Mar 2005 14:37 GMT | 2 |
I've installed my web application on a IIS6 (Windows 2003) but I've difficulty to share caching in Application and Session scope between .NET and ASP. It works on a II5...
|
| IIS "secure communications"and "certificate" sections disabled. | 29 Mar 2005 19:49 GMT | 10 |
Hi, there: This might be a newbie question. I want my web service to require a certificate to access, so I go to IIS my virtual directory property and Directory Security page. I found the "secure communication" secion including
|
| X.509 certificates and httpwebrequest | 28 Mar 2005 20:10 GMT | 3 |
We retrieve data from a company called XYZ through httpwebrequest. The program is coded using VB.NET They have given a certificate to install. This certificate is included with the request object.I use httpwebrequest to
|
| Problem with RSACryptoServiceProvider ( incorrect usage of public-private keys ? ) | 28 Mar 2005 18:54 GMT | 2 |
I want to encypt a small ( I'm aware that max 117 bytes may be encryptes with RSA ) portion of data with private key and later to decrypt it with a public key which will be embeded in my code. The problem I am expieriencing is that I _cannot_ decrypt anything with
|
| Newbie Question: Trust an Assembly Wizard | 28 Mar 2005 14:06 GMT | 1 |
Hi. Under the Microsoft .Net 1.1 Wizards there are 3 wizards: 1) Adjust .Net Security 2) Trust an Assembly 3) Fix an application.
|