| Thread | Last Post | Replies |
|
| CAS & GAC: connection? | 11 Feb 2005 13:32 GMT | 14 |
Hello Gurus, Here is a riddle for you; I will appreciate if someone could explain the answer as well. (I encountered the following on a .net security exam)
|
| system.security.permissions.securitypermission | 10 Feb 2005 22:21 GMT | 2 |
I have written an application that works fine in 2000 environment. I am now trying to deploy this onto a 2003 server. The app has a browse button that shows a simple fileopen dialogue for the users to choose a network folder. However, when this is clicked on
|
| PKCS#10 Parsing | 10 Feb 2005 20:25 GMT | 2 |
i need to parse an existing pkcs#10 request and show its contents in human readable format. Is this possible in C# with CAPICOM, CryptoAPI ? I tryed the XENROLL control but it seems that it only allow to create a
|
| Securing Enterprise Policy from local admins | 10 Feb 2005 17:54 GMT | 5 |
I've created an Enterprise Security policy for the framework and am distributing the file via a GPO / MSI package. I have already done this successfully. The problem I have is that Microsoft's documentation states that only
|
| PKCS#t Signatures | 10 Feb 2005 07:59 GMT | 2 |
I have a PKCS#7 signed message, base64 encoded, from which i want to extract the original message in plain text, the signature and the certificate used for signing. Is this possible or am I out of line?
|
| ASP.NET access to DFS share problem | 09 Feb 2005 20:58 GMT | 7 |
Have an ASP.NET app that is having trouble accessing a file on a DFS share; getting "access denied" errors. Using impersonation to ensure the access is done under a domain account that has access, but no luck. Any thoughts/tips/gotchas that can be shared, please do. Am thinking ...
|
| Fulltrust User Level Security | 08 Feb 2005 13:30 GMT | 3 |
is it possible to define a Fulltrust assembly running from a network share with user level security policies? The local intranet machine CAS policy seemed to be also used. When I define a machine level policy it runs well, but users must have
|
| Windows Authentication | 07 Feb 2005 19:45 GMT | 1 |
I am still having problems with using Windows Authentication for my ASP.NET site on our intranet. Could someone walk me through the steps to using an Active Directory group for users to get to my site? I only want a certain AD group to be able to use my site. The problem I have ...
|
| (.NET) Which block size to choose? | 07 Feb 2005 10:15 GMT | 4 |
i have to encrypt a 17 char lenght string, which contains just number... ive decided go with RijndaelManaged and 256bit key size. i know choosing right block size is also an important issue. RijndaelManaged provides 128 and 256bit block sizes. but my plaintext is just 17 bit ...
|
| CryptoAPI cryptographic service provider (CSP) for this implementation could not be acquired. | 07 Feb 2005 02:30 GMT | 3 |
I have a web service that uses RijndaelManaged to decrypt some data passed into the web service. This has worked at my service providers hosting environment for at least 6 months. However, within the last couple weeks it has stopped working. I have NOT changed any code. In fact ...
|
| Impersonating: LogonUser/LogonUserA failing | 05 Feb 2005 09:38 GMT | 2 |
I'm trying to impersonate a local account in a windows service. Basically I need to have two different identities in the service - one to talk to sql server (integrated auth) and another for another network resource. When the service identity is LocalSystem everything works fine. ...
|
| formsauthentication.signout | 05 Feb 2005 09:33 GMT | 2 |
I use the formsauthentication.signout in my logout button, than redirect the user to the login page. I also clear all session variables. I have just noticed that if you copy the url of one of the pages in the app, and paste it after you are logged out, you will be taken back to ...
|
| Getting Logged in Windows user name | 05 Feb 2005 07:45 GMT | 10 |
I have an application being deployed using no-touch deployment. The folder where the app is requires the user to login using there windows user/pw in order to launch the application. Is there anyway of getting that users name?
|
| Decrypt | 04 Feb 2005 21:12 GMT | 4 |
I found the followin example of how to encrypt a text: public static string Cript(string text) { Byte[] clearBytes = new UnicodeEncoding().GetBytes(text);
|
| Asp.Net 1.1 and high trust error | 04 Feb 2005 19:09 GMT | 1 |
have been scouring the internet and reading several .Net security books trying to get a handle on CAS and how we could easily implement it. Our shop is small (7 programmers) and we are mainly writing ASP.Net apps. We are in control of our own intranet and internet servers. ...
|