|
security
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
.NET Securitymicrosoft.public.dotnet.security
thardy -
13 Jan 2006 5:19 PM - 2 messages
I'm having troubles with reading Request.IsAuthenticated in Application_AuthenticateRequest. I have a scenario where I end up with two .ASPXAUTH cookies, and there's no way in the world I can get rid of both of them. I set a new one, but it doesn't matter - IsAuthenticated ...
Mahesh Devjibhai Dhola -
13 Jan 2006 12:38 PM - 5 messages
Hi all, The following are my need: 1. When a PC starts, my software should come up directly without any user interaction. 2. Only my software will be accessible to the user and they will not be able to access anything from Windows - nothing at all. ...
Sadeq -
12 Jan 2006 11:00 PM - 10 messages
How can I programmatically issue X.509 certificates for my users? I mean people give my program their public key and other characteristics of themselves (like name, address, etc) and the program gives them a digital certificate (*.cer,*.der, etc file) which is signed by my ...
jmi0@att.net -
12 Jan 2006 6:57 PM - 3 messages
I want to create a custom user control to be used in a web page (by object tag) as an assembly. The user control needs to have a web browser control in it. Having tried with the managed System.Windows.Forms.WebBrowser or AxSHDocVw.AxWebBrowser, none of them ...
Manoj K Srivastava -
12 Jan 2006 6:10 PM - 3 messages
The following code gives: An unhandled exception of type 'System.InvalidOperationException' occurred in System.Security.dll Additional information: The recipient certificate is not specified. SignedCms cmsMsg; ContentInfo cInfo; byte[] content; content = new byte[] { 0, 1, 1, 2, 4, 6, 6, 23, 123 }; ...
danieljlord -
12 Jan 2006 12:24 PM - 8 messages
Hi, I'm getting the following error when running a VB.NET 2.0 user control within Internet Explorer (i.e. embedded as an object in an HTML page): "Microsoft .NET Framework Application attempted to perform an operation not allowed by the ...
rpaleja -
11 Jan 2006 10:36 PM - 4 messages
Hi, I have created a custom key called "TestKey". Gave acess to NT Authority\network. Added code in web config... <configProtectedData> <providers> <add keyContainerName="TestKey" useMachineContainer="true" ...
dfev77 -
11 Jan 2006 9:39 AM - 4 messages
Hi, I'm trying to create a new codegroup of type strong name usign the caspol utility I get an "ERROR: Unable to create specified class." error. The command line is: caspol -en -ag All_Code -custom sec3.xml FullTrust and the xml file seems to be ok, as I can import it using the ...
roaddc -
10 Jan 2006 10:28 PM - 2 messages
I have the following .Net code: Microsoft.Web.Services.Security.X509.X509Certificate certificate1 = Microsoft.Web.Services.Security.X509.X509Certificate.CreateCertFromFile( certPath ); RSAParameters parameters1 = certificate1.Key.ExportParameters(true); //error here On the last line above, I get the error "Cannot find the certificate ...
rongping -
10 Jan 2006 4:32 PM - 5 messages
I am working on signing and encrypting XML file with certificate in smart card. The following code I used on .net 1.1, it works fine CspParameters CSPParam = new CspParameters(); CSPParam.KeyContainerName = "MY"; CSPParam.ProviderName = DATAKEY_RSA_SCARD_PROV; //Smart card CSP ...
Ken Varn -
10 Jan 2006 4:03 PM - 3 messages
I am trying to Impersonate a user in a .NET Windows Application running in Windows 2000 SP4. Whenever I try to do the impersonation, I get an exception which states "A required privilege is not held by the client." ...
Globule -
9 Jan 2006 4:35 PM - 7 messages
Hi everybody, We have a Winform application which uses x509 user certificates to connect to .net 1.1 web services. We are actually writting a new GUI in aspx.net 2.0 to host it on different server of the Webservices. ...
John H -
9 Jan 2006 9:20 AM - 3 messages
Hi, When in a method of an assembly i need to ensure it is being called via a specific method of another specific assembly. Any idea how to do this ? Regards JOhn ...
nenzax -
9 Jan 2006 6:01 AM - 6 messages
Hi, I checked in the .net configuration wizard(Create Deployment Package in Runtime Security Policy) all its asking is a name of the file. and there is no help avilable. Can some one help me on this. Thanks Nen ...
brettman -
8 Jan 2006 9:03 AM - 2 messages
Hi all! I've posted this problem in a number of places, but haven't been able to get to the bottom of it, so I'll try again here. I have been trying to work out ways to allow a partial trust web ...
brettman -
8 Jan 2006 8:07 AM - 5 messages
Hi all! I've posted this problem in a number of places, but haven't been able to get to the bottom of it, so I'll try again here. I have been trying to work out ways to allow a partial trust web ...
|
|||||||||||||||||||||||