HighTechTalks DotNet Forums  

Sponsored Links


Dotnet Security microsoft.public.dotnet.security


Discuss in the Dotnet Security forum.



Post New Thread
Threads in Forum : Dotnet Security Forum Tools Search this Forum
  Rating Thread / Thread Starter Last Post Reverse Sort Order    Replies         Views     
I am using .NET Framework 2.0. I used X509Certificate class to obtain the public key from a certificate file. // The path to the certificate. string...
msnews.microsoft.com
12-09-2006 05:10 PM
Joe Kaplan Go to last post
3 23
I encountered a very weird scenario with the following code: CspParameters csp = new CspParameters(1, "Tev CSP v3.0"); csp.KeyNumber =...
msnews.microsoft.com
12-09-2006 12:28 PM
msnews.microsoft.com Go to last post
1 24
I'm calling AppDomain.SetPrincipalPolicy() with WindowsPrincipal, but Thread.CurrentPrincipal still returns a GenericPrincipal. I don't see...
manny.klystron@gmail.com
12-07-2006 10:46 AM
Dominick Baier Go to last post
2 26
Hallo NG, after installing IE7 a security dialog appears when executing an application from a share. Either I change the IE7 security settings for...
Torsten Piehl
12-07-2006 07:56 AM
Torsten Piehl Go to last post
2 22
Hi, We are planning to develop web services using .NET for one of our applications. The web service will be exposed to the HTTP internet. We are...
Sanki
12-07-2006 04:50 AM
Sanki Go to last post
0 18
I currently have Mcafee version 10 viruscan and firewall , but the updates on my DAT's are about to expire. I can't install the new Mcafee boxed...
Ray
12-06-2006 07:35 PM
Ray Go to last post
0 12
Greetings, I want to use https for a client-server application I'm developing. Since the application is deployed as a client-server package...
scott.ballard@gmail.com
12-06-2006 06:50 PM
scott.ballard@gmail.com Go to last post
0 20
Hi, Consider a string that's being chosen by the end-user as his/her password. In this scenario, consider it to be 5 characters long. How am I...
mehdi
12-06-2006 03:19 AM
mehdi Go to last post
2 19
I have a serializable collection of users. In a SaveUsers method I serialized the collection to a MemoryStream, encrypted the stream, and wrote it to...
Chuck B
12-04-2006 12:34 PM
Chuck B Go to last post
0 20
Hi all, thanks in advance for any help you can give. I am attempting to create a deployment engine, and one of the things it needs to do is create...
erich.keane@verizon.net
12-04-2006 11:25 AM
erich.keane@verizon.net Go to last post
3 18
Want to explore on .NET applications development and deployment in Linux for the applications currently developed and deployed in Windows XP env....
sen
12-04-2006 03:06 AM
Coder Go to last post
2 28
Hi all, I have a VC++ application that is tripping up with a FileLoadExecption when it is run from a network share. The CAS concept seems...
nickkelsey@gmail.com
12-03-2006 06:44 PM
nickkelsey@gmail.com Go to last post
0 19
I use outlook express. But I find it's not facility? what NewsGroup tools do you use?
navyliu
12-03-2006 04:34 AM
Tim Van Wassenhove Go to last post
7 28
Hey Friends, I have an xml given by our partner trying to integrating with us and i have their certificate with public key installed in both personal...
12-01-2006 11:05 PM
Go to last post
0 32
I want to lockdown three or four pages of an otherwise publically access web app. You have to login but providing you have the right username...
Chris
12-01-2006 08:17 PM
Joe Kaplan Go to last post
5 28
You need to use a paged search. If you are using System.DirectoryServices, set the PageSize on the DirectorySearcher to 1000 or less. You have...
Joe Kaplan
12-01-2006 06:48 PM
Pucca Go to last post
3 20
I understand that one can filtering sitemap nodes based on security roles by enabling securityTrimming. What if I want to filler the sitemap node...
Johndow
12-01-2006 01:14 PM
Johndow Go to last post
0 18
You may also need to enable anonymous searches in general in AD. This is not allowed by default in AD 2003. Thus, even if you ACL certain objects...
Joe Kaplan
11-30-2006 07:35 PM
Joe Kaplan Go to last post
0 21
Hey Friends, I have a Signed XML that looks like the below I also have the public certificate for this but i am not able to pass the public key of...
11-30-2006 10:13 AM
Go to last post
0 14
I wrote the following code using the ASPEncrypt .Net Component: Dim objMail As IMailSender = New MailSender Dim strEmailAddress As...
josh@youinspire.me.uk
11-30-2006 01:26 AM
VIOT Yves Go to last post
1 22
Hai Friends , i am trying to sign a message using x.509 certificate .i get the error Malformed Reference Element when i call the...
sridhar
11-29-2006 02:46 PM
sridhar Go to last post
0 20
Hi On my pc I use Caspol -ag 1.4 Fulltrust - to change intranet setting On another pc I need to use Caspol -cg 1.2 Fulltrust - to change...
Joe
11-29-2006 07:44 AM
Nicole Calinoiu Go to last post
1 16
Hi folks, Having some trouble running a .NET 2.0 assembly from a Network Share. Assembly is on Windows Server 2003, SP1 Have installed .NET 2.0...
David++
11-28-2006 11:10 AM
David++ Go to last post
1 21
Guys, Not sure on the best forum for this. We are getting an unauthorised exception when using the web browser control as you can see from the call...
Matt Adamson
11-27-2006 10:02 AM
Matt Adamson Go to last post
1 22
We're looking to sign not just executable files, but also Microsoft Visio template (VST and VTX) and stencil (VSS) files, and possibly drawing...
John Blight
11-27-2006 06:39 AM
Simon Mourier [SoftFluent] Go to last post
2 19
Hi, i'm trying to encrypt data with a publickey exctracted from certificate file but i got error!? this is my code: using...
crino
11-25-2006 11:04 AM
William Stacey [C# MVP] Go to last post
5 34
Hi! I am trying to clear all critical data which accures during ..NET-rijndael-encryption/decryption. The ICryptoTransform-interface does not offer...
Ruben
11-24-2006 12:38 PM
Ruben Go to last post
0 31
Hi, Using VS 2005 Pro., I have built a Class Library (DLL) with several functions, subs, etc... I would like to determine the minimum...
Giovanni
11-23-2006 12:49 PM
Nicole Calinoiu Go to last post
1 23
Hello all, I would like to sign a certificate with another (trusted) certificate. Is there a CryptSignAndEncodeCertificate() (in Crypt32.dll)...
Erik
11-23-2006 07:13 AM
Erik Go to last post
0 36
Hello all, I've created a PEM encoded PKCS#10 Certificate Request certificate using the Botan crypto library 1.4.12...
e.loman@gmail.com
11-23-2006 02:33 AM
e.loman@gmail.com Go to last post
0 27
Okay, this might well be a newbie question. Sorry about the cross-post from General, but I realised this was where I should have posted. I've...
awburns@gmail.com
11-22-2006 01:39 PM
awburns@gmail.com Go to last post
5 20
Hello. I have developed an application (an office addin).The application works fine with no error messages on my devoping machine (that machine is...
neoret@gmail.com
11-22-2006 08:58 AM
neoret@gmail.com Go to last post
0 20
Hi, Directory.SetOwner() can only set one directory. To set sub directory owner ships, I have to do a recursive operation. Are there any other...
DAXU@HOTMAIL.COM
11-22-2006 06:54 AM
DAXU@HOTMAIL.COM Go to last post
0 23
Hello to everybody, I need to encrypt the dataConfiguration or connectionStrings section of the app.config file (using Enterprise Libary January...
dragoncino@yahoo.it
11-22-2006 12:31 AM
shawn Go to last post
1 18
No, the url is not cached in my browser. We make sure of that. Vadym Stetsyak wrote:
ibaldwinjr@gmail.com
11-21-2006 10:07 AM
ibaldwinjr@gmail.com Go to last post
1 27
I have two X509 certificates: one issued by CA on my local network (mmc certificates snap-in->Personal->All tasks->Request new certificate...) and...
Tomasz Grobelny
11-20-2006 09:09 AM
Tomasz Grobelny Go to last post
1 33
I have searched quite a bit and could not find an answer to this error I am getting. ContentInfo contentInfo = new...
kplkumar
11-17-2006 10:53 AM
Dominick Baier Go to last post
2 33
I have searched quite a bit and could not find an answer to this error I am getting. ContentInfo contentInfo = new...
kplkumar
11-17-2006 09:44 AM
kplkumar Go to last post
0 28
Hello, Interesting problem that someone may have an idea about. I have developed a simple windows user control that is embedded in a asp.net web...
Neil.Smith@cityofbristol.ac.uk
11-17-2006 08:29 AM
Neil.Smith@cityofbristol.ac.uk Go to last post
1 19
Hi, I'm using vs2005, .net 2.0. I have the following method that retrieves the AD object's current login name. The search is returnning null when...
Pucca
11-16-2006 05:39 PM
Joe Kaplan Go to last post
5 32
Hello all Im developing an application to deal with mime messages that are signed, so it is more like a multipart message composed by the...
rene.rugerio@gmail.com
11-16-2006 04:37 PM
rene.rugerio@gmail.com Go to last post
0 20
Hi, I'm porting a VB ActiveX to C# .Net. The C# ActiveX is called from IE as following: <OBJECT id="myControl1"...
Brutus
11-16-2006 12:16 PM
Brutus Go to last post
2 24
I am making a .NET 2.0 WinForms application. It lets a "normal" user select one or more scripts to be run with Admin (sort of) privileges. And their...
Jim Andersen
11-16-2006 09:50 AM
Jim Andersen Go to last post
5 27
Hello, I am using Windows Authentication and Role based authorization to secure my web application. I would like to redirect to an Unauthorized...
David
11-16-2006 08:14 AM
Dominick Baier Go to last post
5 23
Hello, and thanks in advance. I'm using the logonuser function within vb.net to obtain a windowsIdentity. Now how do I start a process using it,...
brett.mack@gmail.com
11-15-2006 10:13 AM
Claus Konrad [MCSD] Go to last post
5 24
I am using SSLStream to send data between the client and server. From the client, 1) I am looking for a way to turn off the Encryption. In SSLStream,...
John
11-14-2006 09:55 PM
John Go to last post
0 33
I have a web server running IIS 6. The network security team here has completely locked down the server. They have installed an application called...
corey.burnett@gmail.com
11-14-2006 07:07 PM
corey.burnett@gmail.com Go to last post
1 29
Hello i have encrypted a folder that is very important my O/S is WinXP Professional + SP2 but i had a problem on my laptop so i installed a new...
Gillio ZAHR
11-14-2006 04:00 PM
serge calderara Go to last post
1 33
Hello, I have CAPICOM encrypted data. Data cames from VB6 application (see sample bellow). Now I want to decrypt this data in VB.NET (or C#). Are...
Karel Kral
11-14-2006 03:26 PM
Karel Kral Go to last post
4 34
If you could sign an assembly after it was build, with a different key - I would say we are witness to security issues. But - using (sn.exe -R...
Claus Konrad [MCSD]
11-14-2006 02:55 PM
Claus Konrad [MCSD] Go to last post
2 23
Post New Thread

Display Options
Showing threads 651 to 700 of 3341
Sorted By Sort Order
From The
Forum Tools Search this Forum
Search this Forum :

Advanced Search

New posts New posts More than 15 replies or 150 views Hot thread with new posts
No new posts No new posts More than 15 replies or 150 views Hot thread with no new posts
Closed Thread Thread is closed  
 
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off


Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.