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     
do you release those contexts again?? e.g. with System.Runtime.InteropServices.Marshal.ReleaseComObject(context); --- Dominick Baier -...
Dominick Baier
12-15-2004 04:42 PM
Dominick Baier Go to last post
0 12
Hi folks, I recently learned that Code Access Security has been pulled out of the Compact Framework 2.0 release! Can anyone direct me to any...
Philip Galea
12-14-2004 06:29 PM
Philip Galea Go to last post
0 20
Hello: I am a member of a team creating a .NET application, and we seem to have run into an issue when trying to implement role based...
ChrisB
12-14-2004 04:35 PM
ChrisB Go to last post
2 17
In my .net app, the user can open a Word doc as described in KB-307603. It works fine on my machine, but when the app is built and installed on...
Fritz
12-14-2004 12:23 PM
Fritz Go to last post
0 19
hi all, I have developed a windows application in vb.net. I want that exe should be placed on a shared location at server. When I run the...
Ansari
12-14-2004 11:59 AM
Joe Go to last post
2 14
Hello, I would like to know how can I restrict access for specific files and folders for specific running processes. For example: Lets say we have...
Khaled Hussein
12-14-2004 06:03 AM
richlm Go to last post
1 12
I have a C#.NET application (.NET fwk 1.1) accessing Microsoft Word 9.0 Object Library through COM interop. This application performes well...
Ergun
12-13-2004 11:05 PM
Ergun Go to last post
0 15
What is the best way to use CAPICOM or other mechanism through ASP.NET to access the list of certificates from the browser client machine? Normally...
S R Tripathy
12-13-2004 05:40 PM
AT Go to last post
2 18
I have this WinForms application which is exhibiting a strange security issue. The project contains a Form and a UserControl. The Form has a method...
ejstembler
12-13-2004 05:20 PM
Mary Chipman Go to last post
3 12
I am getting this error at random in my ASP.NET app (i.e. at different times on different pages): You are not authorized to view this page You do...
AT
12-13-2004 02:25 PM
David Wang [Msft] Go to last post
5 23
Greetings all, I'm having difficulty tracking down the cause of this CryptographicException. After looking through the web, I can find plenty...
MikeWorkflow
12-13-2004 10:35 AM
MikeWorkflow Go to last post
0 18
Hello, We have an existing web application that we are modifying to contain sensitive, private user data. To secure the app as much as possible...
J. Shane Kunkle
12-13-2004 09:23 AM
Nicole Calinoiu Go to last post
1 12
Hey all, I'm trying to figure out how to use declarative security requests to only restrict a portion of both DNS and socket addresses. In other...
Novice
12-13-2004 08:47 AM
Nicole Calinoiu Go to last post
1 20
Hi, Can I use DirectoryServices to authenticate a local WINNT user? The following doesn't work when I give wrong password. DirectoryEntry entry =...
Moshe
12-12-2004 12:54 PM
Joe Kaplan \(MVP - ADSI\) Go to last post
3 15
Hi Does anyone have any good C# sample code that shows how to encrypt a file using the public key from a x509 certificate file? It would also be...
Jens Egil Evensen
12-11-2004 02:15 PM
Eugene Mayevski Go to last post
1 11
When we implement SSL to any site and the Microsoft tabstrips are used in the ASPX pages, there is a message saying : Do you want to show secure...
Satish K Dadhwal(sdadhwal (AT) secf (DOT) com)
12-10-2004 12:02 PM
Nicole Calinoiu Go to last post
1 18
We have an application that is launched by a separate process and driven through remoting. The problem that we encounter is that it can sometimes...
Niall
12-10-2004 10:49 AM
Joe Kaplan \(MVP - ADSI\) Go to last post
1 27
Is there any such tool that can scan .Net and/or C++ code/components to analyze it for possible security issues? Thanks. STom
TheNortonZ
12-09-2004 05:23 PM
TheNortonZ Go to last post
2 23
Hello all, My question is why doesn't my impersonation work when instantiating an XmlTextWriter object from a Web Service? The following code and...
Dave
12-09-2004 04:32 PM
Dave Go to last post
1 25
I have been running into an issue with authenticode signed assemblies. The fact that the CLR seems to need to walk the certificate chain everytime...
Bilal
12-09-2004 02:29 PM
Bilal Go to last post
1 14
Hi all, I was wondering if it was possible to programmatically create a self-signed X.509 Certificate using the .NET framework? After playing...
Diego Barros
12-09-2004 06:51 AM
Phil Lyon Go to last post
5 22
Hi, I have been frustrated by the following little c# snippet: CspParams params = new CspParams() params.Flags =...
AT
12-09-2004 03:57 AM
AT Go to last post
0 16
Greetings, I am trying to build an interface into an existing system which accepts UTF-8 encoded "messages". In these messages, there is a...
12-08-2004 09:53 AM
Go to last post
6 23
What is the difference/significance between PublicKeyBlob and PublicKeyToken? Thanks, CJ
CJ Taylor
12-08-2004 09:48 AM
CJ Taylor Go to last post
0 25
Hi, Check it out http://www.harper.no/valery/PermaLink,guid,79c17dba-9f6c-480e-a236-e11f671ca4bc.aspx, I believe that many of you may like...
Valery Pryamikov
12-08-2004 09:29 AM
Frank Wallwitz Go to last post
1 16
I am posting this question here without really knowing if it is a security question but here it goes: Suppose I have an assembly 'A' containing...
Abelardo Vacca
12-07-2004 03:23 PM
Miha Markic [MVP C#] Go to last post
1 20
This has probably been asked a thousand times before, I'm sorry, I just can't find an answer on the web. I want to sign my assembly with a strong...
Diana
12-07-2004 01:51 PM
Hernan de Lahitte Go to last post
1 20
Hi, I want to store some password in a config file, but I don't what to store them as plain text. What is the best way to encode and decode...
Jean-Francois Hamelin
12-07-2004 01:37 PM
Hernan de Lahitte Go to last post
1 20
I have a C# application that I want to run as a "smart client", by executing the exe through IE pointing to an intranet server. I need to...
Dave
12-07-2004 01:08 PM
Dave Go to last post
0 21
First, I'm having this problem with SharePoint Portal Server 2003... but I think this is more of a CAS issue than it is a SharePoint issue, hence...
AC
12-07-2004 05:35 AM
Freddy Bang Go to last post
3 31
this is my code. if code is NO1, error raised. if code is NO2, result is wrong value. what is problem.. ======================== my code...
darkman
12-06-2004 03:11 PM
Rob Teixeira Go to last post
1 16
I've googled and MSDN'ed on this and can't seem to verify if it's a bug or not with System.Security.Cryptography.SignedXml in v1.1. It seems that...
Lamont Adams
12-06-2004 11:14 AM
Lamont Adams Go to last post
0 17
Hi I have a shared assembly A that i'm using from a partially trusted (IE hosted usercontrol) assembly B. A needs full trust but i don't want B...
Josh
12-06-2004 10:43 AM
Josh Go to last post
1 15
Hi all, Using the .NET fx configuration utility, mscorcfg is it possible to completely lock down a client computer and ensure that only our...
Nick
12-06-2004 07:39 AM
Nick Go to last post
0 24
Can someone give me a link to clear example how to sign file? I cannot find something normal... :/
Marek
12-06-2004 07:09 AM
Marek Go to last post
0 12
Hi, i want to setup vb.net application using installshield professional 7 . Can anybody tell me step by step how to setup the application using...
Yoshitha
12-06-2004 05:39 AM
Yoshitha Go to last post
0 26
this is my code. if code is NO1, error raised. if code is NO2, result is wrong value. what is problem.. ======================== my code...
oriosa
12-06-2004 03:11 AM
oriosa Go to last post
0 14
I'm working with a group that is using Java for their web application. They use X.509 certificates and have requested our public RSA key in X.509...
David Gardner
12-06-2004 01:45 AM
Zhong Guan Go to last post
10 41
Now we transfer datas on internet, the data need sign/verify by each side, the problem is : one side generate a data file that contains crypt key,...
Zhong Guan
12-05-2004 08:59 PM
Zhong Guan Go to last post
0 19
I have an application that dynamically loads plug-ins. My app is strong-named and I expect the plug-in assemblies to be strong-named, too. I want...
Dathon
12-05-2004 04:59 PM
William Stacey [MVP] Go to last post
4 14
hi, have a look at the current msdn magazine - http://msdn.microsoft.com/msdnmag/issues/04/11/XMLSignatures/default.aspx --- Dominick Baier -...
Dominick Baier
12-05-2004 04:26 AM
Dominick Baier Go to last post
0 16
When I tried to access my aspx server, I got the config error followed. basically it complains about <add assembly="*"/> in machine.config. I...
GoCMS
12-03-2004 03:26 PM
John M Deal Go to last post
3 18
The following code decrypt a string input : ================================================== string...
Christian from France
12-03-2004 04:35 AM
Christian from France Go to last post
0 12
I have an XML document I'd like to sign to prove that not only was it not tampered, but also that it originated from my company (sound familiar?...
Dathon
12-02-2004 06:31 PM
Matt Long Go to last post
2 19
Hello folks, i get a wrong Username for some accounts by using "System.Environment.UserName". This behaivor depends on renaming the UserName after...
nieurig
12-02-2004 01:15 PM
nieurig Go to last post
3 15
Hello! I'm newbie in .net security and i have 2 questions: 1) How can I read checksum? 2) How can I sign file? Any usefull links?
Marek
12-02-2004 08:25 AM
Marek Go to last post
0 21
A web application of mine developed using C# + MS SQL runs fine normally. However when I stress test it with a load testing software (using about...
Shabam
12-01-2004 05:32 PM
Bob Grommes Go to last post
3 51
Hi - I have written and add-in for Excel using the VS Toolkit for Office for a client of mine. My add-in works perfectly on all my computers, and...
Sheryl Landon
12-01-2004 12:49 PM
Sheryl Landon Go to last post
0 13
Windows Service System Account Permissions My windows service runs under the system account but the system account can't see a domain on the LAN. Is...
Daniel
12-01-2004 04:49 AM
richlm Go to last post
1 8
While this sounds quite absurd, I know it is possible to get this to work. Let me explain. My "My Documents" folder is located at a network path...
Edward Forgacs
11-30-2004 09:02 PM
Edward Forgacs Go to last post
0 16
Post New Thread

Display Options
Showing threads 2751 to 2800 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.