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     
The hosting service I am currently using allows the following Code Access Security permissions. 1. DnsPermission to perform DNS queries 2....
GSL
01-10-2007 03:07 AM
Dominick Baier Go to last post
1 14
Hi, I am trying to debug some old code that has this line in it: WindowsPrincipal winPrn =...
Doug
01-09-2007 10:00 AM
Doug Go to last post
2 26
Hi, When i'm using the SSLSteam class, and i want to do a Client authentication, must my client certificate be stored in the current user's "MY"...
Victor Pereira
01-08-2007 09:10 AM
Victor Pereira Go to last post
6 30
Hi readers, I am consuming a PHP-based web service over VB.NET but having some problems with encryption. Web service sends an TripleDES-encrypted...
Ville Mattila
01-07-2007 04:11 AM
Ville Mattila Go to last post
0 19
I am looking to find the truth of a security alert. When entering internet explorer I have twice had the screen come up with a security warning...
Kaz
01-06-2007 09:22 AM
Kaz Go to last post
0 26
Hi, I'm using VS2005 and .net 2.0 and C# for a Windows application. In my code it's just exiting when it eaches the statement mos.get() becuase it...
Pucca
01-04-2007 07:43 PM
Pucca Go to last post
0 16
I am trying to make a wrapper of PKCS11 in C#. I successfully imported the Function C_GetFuntionList and that works fine. But On calling...
Natraz
01-03-2007 01:57 AM
Natraz Go to last post
0 18
Hello, I am doing the Security Audit of a .Net Application Developed on ASP.Net 1.1. The Developer has informed me that he has implemented...
anoop
01-02-2007 05:33 PM
Valery Pryamikov Go to last post
1 16
Hi, I'm using vs2005 and .net 2.0. I currently prcoess each Security Log entry one by one to extract those that fit the selection criteria. Is...
Pucca
01-02-2007 08:24 AM
Nicole Calinoiu Go to last post
1 17
Is it possible to export the public key generated by RSACryptoServiceProvider in ASN.1 format? I need to decrypt using other "frameworks" (e.g....
Debbie Croft
01-02-2007 05:59 AM
Debbie Croft Go to last post
2 27
You can use...
Nicole Calinoiu
01-01-2007 07:55 PM
Nicole Calinoiu Go to last post
0 17
It should be possible to impersonate a higher privileged user to do the work you need to do. Can you show a short example of the code that is...
Henning Krause [MVP - Exchange]
12-28-2006 03:56 PM
Joe Kaplan Go to last post
3 21
Hello Everyone!! I am really in some serious problem, can you ppl please help me! Is there any PKCS11 wrapper in C# or .Net so that it can be used...
Natraz
12-28-2006 12:48 PM
Eugene Mayevski Go to last post
1 38
Hello Everyone!! I am really in some serious problem, can you ppl please help me! Is there any PKCS11 wrapper in C# or .Net so that it can be used...
Natraz
12-28-2006 07:00 AM
Natraz Go to last post
0 23
Hi All!! I have found an old post in this newsgroup asking for Microsoft Xades implementation with no...
Ricardo Borillo
12-28-2006 05:36 AM
Ricardo Borillo Go to last post
0 26
Hi, I have code like this to enumerate certificates from user's personal store: X509Store personalStore = new...
sandeepkg@gmail.com
12-28-2006 04:33 AM
sandeepkg@gmail.com Go to last post
1 24
I exported the certificate with private key before I changed my login domain. After changing the domain, I couldn't import the certificate (tried...
JooGuan
12-26-2006 10:23 PM
JooGuan Go to last post
0 24
Hello all, I know the programming will be a different animal, but I want to allow Admins to install the .Net 2.0 framework on member servers yet lock...
Angela
12-26-2006 01:09 PM
Angela Go to last post
0 19
I am working on an application where I write delimited files to a folder that the client's IVR polls for new calls. I'm trying to use an Asp.Net...
RossT
12-26-2006 10:50 AM
RossT Go to last post
0 15
I'm trying to knock up a simple demonstration for myself to try using SSL to send and receive a simple message. I've based this on the code on the...
awburns@gmail.com
12-23-2006 12:13 AM
Thos Go to last post
2 22
Hi, I am doing Forms Based Authentication using the built in tools of .NET. Authenticating off a database with some code a wrote and using...
Kyle Peterson
12-21-2006 08:23 PM
Kyle Peterson Go to last post
1 23
Hello, I have a very simple SslStream interaction with another vendor's server software. Their certificate is self signed so I have implemented...
davidkclark@gmail.com
12-21-2006 02:18 PM
Dominick Baier Go to last post
1 17
Hi, how do you allow strongly type cast parameters to be passed to C# functions that use weakly type cast parameters while running under the "Medium"...
Andy
12-21-2006 12:43 PM
Andy Go to last post
1 26
I want to secure a web service so only authorized client apps can use it. Will using SSL with an encrypted username and password in the soap header...
Chris
12-21-2006 06:49 AM
Go to last post
2 20
I would really like to avoid having to reinstall this app on 20 some users on our local network because the Certificate expires after a year. But as...
Phillip
12-20-2006 04:47 PM
Phillip Go to last post
6 53
Hi, I'm using VS2003 C#, .net 2.0 running on Windows Server 2000. I have a User's SID in SDDL format and also a DIRECTORYENTRY object representing...
Pucca
12-20-2006 12:02 AM
Joe Kaplan Go to last post
3 25
Whats the deal here MS? Has Issues in Win2003, only way to allow is a Regedit hack or Installer class? What kind of BS is this? So what evey time I...
schneider
12-19-2006 04:01 PM
schneider Go to last post
11 34
I'm working on the single sign on project. Does anybody know how to validate a signed XML against X.509 certificate (public key certificate is...
flazh2000@gmail.com
12-19-2006 12:40 PM
asaf da Go to last post
1 27
Hi! How to use prefix "ds" instead of: xmlns="http://www.w3.org/2000/09/xmldsig#" in SignedInfo, SignatureValue and KeyInfo node? I add...
Iguana
12-19-2006 08:28 AM
Iguana Go to last post
0 31
Hi all, I've been using a data Grid to update and it was working properly with textBox, but when I tryed to change it into DropDownList the...
rcoco
12-19-2006 01:54 AM
rcoco Go to last post
0 34
I've posted this question in another security forum without any luck. hope you guys can help me. This seems like a pretty straightforward question,...
Armando Canez
12-18-2006 10:59 AM
Armando Canez Go to last post
0 17
Hi all, I am trying to implement role based security in my C# program (define generic user, define roles and a generic principal during startup...
Daniel
12-18-2006 10:59 AM
Nicole Calinoiu Go to last post
2 16
Hello Jakob, just to be clear on this - the Windows Explorer also only displays the SID in thos cases where you get an...
Henning Krause [MVP - Exchange]
12-18-2006 06:54 AM
Henning Krause [MVP - Exchange] Go to last post
5 23
hi, am bharathi currently working in .net platform,in my application iam in need of retriving the certificate stored at the server and to validate...
barathee_raja@yahoo.co.in
12-18-2006 01:27 AM
Joe Kaplan Go to last post
10 39
Hi all , VB.net (VS2005) .net2.0 XP pro SP2 I am trying to set the Security Settings/ Local Policies/ Security Options programatically, and also...
Roger
12-18-2006 12:46 AM
Roger Go to last post
0 26
you can get the name of the current authenticated user from Page or Context.User.Identity.Name ----- Dominick Baier (http://www.leastprivilege.com)
Dominick Baier
12-17-2006 01:10 PM
Dominick Baier Go to last post
0 20
I'm working on the single sign on project. Does anybody know how to validate a signed XML against X.509 certificate (public key certificate is...
flazh2000@gmail.com
12-17-2006 04:49 AM
Eugene Mayevski Go to last post
1 26
Can I elevate the rights of a delegated user token? I have a .net service running in LocalSystem context, that is called from a user context program...
Scewbedew
12-16-2006 12:07 PM
Joe Kaplan Go to last post
3 36
Windows authentication schemes don't expose the login ID or the password to anybody. Instead, they depend on the user to prove their identity (by...
Andy
12-15-2006 08:20 PM
Ant Go to last post
1 22
I'm working on the single sign on project. Does anybody know how to validate a signed XML against X.509 certificate (public key certificate is...
flazh2000@gmail.com
12-15-2006 02:10 PM
flazh2000@gmail.com Go to last post
0 22
Hello, This is my situation: I'm trying to impersonate a different user when creating a process from inside a .NET assembly on SQL Server. ...
Keith
12-15-2006 01:12 PM
Andy Go to last post
8 29
hi, iam using the following code to get the certificate from the server Imports System.Net Imports System.Net.Security Imports...
barathee_raja@yahoo.co.in
12-15-2006 03:22 AM
barathee_raja@yahoo.co.in Go to last post
0 22
In pre-Vista, I could hook the Journaling API to monitor which applications had/received focus - how can I accomplish that in Vista that hooking...
ESmith
12-14-2006 11:36 AM
ESmith Go to last post
0 21
Hi all I have a custom configuration section in the App.config file of the...
Alex Sadomov
12-14-2006 07:12 AM
Alex Sadomov Go to last post
0 21
Nope. As far as the event log API is concerned, the message is just a string. You'll need to parse it yourself. "Pucca" <Pucca (AT) discussions...
Pucca
12-13-2006 09:02 AM
Nicole Calinoiu Go to last post
2 25
Try creating a certificate using Certificate.Import method. You should use the string returned by below call as parameter for the...
Joao Maia
12-13-2006 03:20 AM
sandeepkg@gmail.com Go to last post
1 39
Hi, I have created one .net web application which will have all the DB connection info in the config file. The system which has this application...
Nicol
12-13-2006 01:01 AM
Dominick Baier Go to last post
1 27
Hi all, I have an application that I need to run from a network share, the server is windows 2000 server the clients are windows XP. Whenever I run...
Mike Spike
12-12-2006 09:54 AM
Nicole Calinoiu Go to last post
1 31
using vb.net (VS2005) .net 2.0 I have a network of 4 XP pro machines. I am trying to do the following programatically. there are a total of 9 user...
Roger
12-10-2006 11:43 PM
Roger Go to last post
0 15
using vb.net (VS2005) .net 2.0 I am looking for a simple way to determine who the present logged on users are on a XP network. Presently, I am using...
Roger
12-10-2006 11:19 PM
Roger Go to last post
0 20
Post New Thread

Display Options
Showing threads 601 to 650 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.