| Thread | Last Post | Replies |
|
| Changing Visibility of Class/Class members in different assemblies | 31 Aug 2007 21:59 GMT | 2 |
I have created an assembly, which contains two class (Cls1,cls2), in which Cls1 contains 3 properties Prop1, Prop2,Prop3 and Cls2 contains some other properties. Now i am using this assembly (Add reference) in some other assemblies Assb1
|
| Backing up and restoring encryption key | 31 Aug 2007 21:58 GMT | 3 |
I am using User Level DPAPI encryption in a C# .net 2.0 Application. If i need to move the application to another machine how can i move the encryption key over. The encrypted data is stored in a database on another machine.
|
| How to convert a SecureString into an encrypted String in a secure manner? | 31 Aug 2007 15:35 GMT | 3 |
I'm designing a system for Windows initiated Single Sign-On against RACF. I keep my RACF-passwords in fields of the new .net 2.0 type System.Security.SecureString. I need to store these passwords in a SQL
|
| I want to read a .pfx and use the private key to sign a document, is that "that" bad? | 30 Aug 2007 21:29 GMT | 2 |
I am trying to sign an xml document with a private key, reading the key from a .pfx file. The code following. string xml; xml = Request.MapPath("/rsacert.pfx");
|
| Secure Credential's pwd handling | 30 Aug 2007 16:09 GMT | 6 |
I need to provide my own network credentials to a web request (in a Windows Forms Application): HttpWebRequest req = ... req.Credentials = new NetworkCredential( userName, PWD, userDomain );
|
| Login to a different domain from ASP.NET application | 29 Aug 2007 15:11 GMT | 1 |
I've got a problem with the authentication of my ASP.NET application. The question is how to authenticate in a NT domain from my ASP.NET application placed on a different domain which is trusted (trusting) to it. The trusted relationship are in both sides (from NT domain to ...
|
| How to convert a SecureString into an encrypted String in a secure manner? | 28 Aug 2007 11:52 GMT | 1 |
<p><span>I'm designing a system for Windows initiated Single Sign-On against RACF. </span></p> <p><span>I keep my RACF-passwords in fields of the new .net 2.0 type System.Security.SecureString. I need to store these
|
| Role based security | 27 Aug 2007 16:13 GMT | 2 |
Can some one help me. I'm trying to build framework in .net which uses role based security. I want to be able to defined the roles in the web config e.g Manager, PowerUser, Guest, AnonUser
|
| Makecert certificate generation headache | 26 Aug 2007 11:19 GMT | 2 |
Hi, all! I'm currently working on a .NET development project in which I'm trying to figure out how to utilize makecert.exe, in order to issue a pair of X.509 certificates for testing out the authentication scheme
|
| System.Security.Cryptography.ProtectedData | 26 Aug 2007 11:16 GMT | 1 |
I was attempting to use this class however I do not see the ProtectedData class under System.Security.Cryptography. Any reason why! This is what I have so far ... Imports System.Security.Cryptography Imports System.text.Encoding
|
| web.config file | 26 Aug 2007 11:15 GMT | 1 |
Can anyone point me towards or share web.config settings to ensure security? There are many defaults settings that may need to change to secure the apps. I am not sure on all the setting, if someone can share the settings specialy the most vulnerable that need to change that will ...
|
| Manually computing sha1 digest of reference containing base64 encoded string and comparing it to digest value of same reference generated by SignedXML.ComputeSignature - Does not match | 22 Aug 2007 14:19 GMT | 1 |
I have an XML which I am trying to sign and provide it to one of my users. The XML has two nodes one which has public part which is not encrypted and other which is private data. The data in private node has data
|
| Can´t open a webside. Pusseled a bout the answer. | 21 Aug 2007 22:40 GMT | 1 |
I cant open www.cimaware.com and download an installationkey. I´ve tried in many ways but the webside can´t be opened.I´ve sent an e-mail and I´ve recieved an answer. They want me to email back a screen shot o pinpoint the problem. They asked me to do run: tracert-d www.cimaware ...
|
| Impersonation - connecting to a machine in it's own workgroup | 03 Aug 2007 16:48 GMT | 1 |
I'm trying to check the status of a service running on a machine in its own workgroup. Is there anyway of impersonating a user in the workgroup to allow the ServiceController to connect and retrieve the state of the service?
|