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 read one article at CodeProject (www.CodeProject.com) where the author was telling how even Strong Named assemblies can be tampered with, by using...
Gopalakrishnan
11-30-2004 06:29 PM
William Stacey [MVP] Go to last post
13 30
The easiest way to do this programmatically is to use Microsoft's Web Service Enhancements (WSE 2.0). The WSE contains several classes in the...
Rob Vretenar
11-30-2004 03:20 PM
Rob Vretenar Go to last post
0 20
We have been using Role based security here for some time, but in general it has added more support costs than the model used in our old COM systems....
Ryan Cromwell
11-30-2004 09:49 AM
Ryan Cromwell Go to last post
0 14
Hi, I would like to store my connection string encrypted in a xml file, but I have some problems figuring out the encryption. I have tried some...
Henrik Skak Pedersen
11-30-2004 08:41 AM
Kaustav Go to last post
2 20
I'm trying to use a password protected Access database with VB.NET. I've looked in the knowledgebase articles and none of them work for me. I...
Brandon
11-29-2004 09:58 AM
Mary Chipman Go to last post
1 16
Hi all, I have create a self-signed x.509 certificate using the makecert.exe and pvkimprt.exe tools. Manually I was able to add the...
Diego Barros
11-28-2004 09:42 PM
Diego Barros Go to last post
0 15
The same problem occurs when you run 3/4 trust, but on these computers they are running full trust. "Rob" wrote:
Rob
11-28-2004 07:01 PM
Rob Go to last post
0 17
Hey, I'm trying to work out a minimum permission set that my app (several separate assemblies) needs. I'd like to be a good .net citizen by...
Oliver Sturm
11-27-2004 06:08 AM
Oliver Sturm Go to last post
2 22
Hi there: I am trying to export (use) a private key from the certificate store to sign a hash. But I am getting the error: Export of private...
Erick Daniel Tinajero
11-26-2004 10:04 AM
Nicole Calinoiu Go to last post
4 20
I am decrypting using RSACyptoServiceProvider with a 1024 bit key and OAEP padding set to false. I load the RSA key in from an XML string...
Scott
11-26-2004 04:53 AM
Anna Go to last post
3 15
Hi, Yesterday evening I've posted article on evolution of Microsoft perception of system security on my blog http://www.harper.no/valery. All...
Valery Pryamikov
11-26-2004 04:03 AM
Valery Pryamikov Go to last post
0 15
The way that RSACryptoServiceProvider works is that we encrypt with a public key and decrypt with a private key. This architecture works great for...
AT
11-26-2004 03:27 AM
Valery Pryamikov Go to last post
12 25
Hi, I am using Windows 2003 Server. The VPN works fine, but I want to FTP through the VPN so the connection is encrypted. The problem is each of...
Jason Robertson
11-25-2004 08:38 PM
Jason Robertson Go to last post
0 12
When I set validateRequest="true", and a user tries to submit html into the form, the server returns with a huge error page detailing what...
Shabam
11-25-2004 01:49 PM
Nicole Calinoiu Go to last post
1 16
I have a multi-user web application that allows users to log in and use the features. As admin I need to have full access to these accounts and all...
Shabam
11-25-2004 01:46 PM
Nicole Calinoiu Go to last post
1 17
Hello, I am adding a strong name to my assemblies in order to work with Enterprise Services' Transactions. When I add the strong name (with sn.exe...
Mark
11-25-2004 01:24 PM
Nicole Calinoiu Go to last post
5 19
Hi, I have a window based application developed using C#. In this application i am using the file operation to check whether the file is available...
Rajagopal
11-25-2004 01:20 PM
Nicole Calinoiu Go to last post
1 17
Thanks :-) -Valery. http://www.harper.no/valery "clintonG" <csgallagher (AT) REMOVETHISTEXTmetromilwaukee (DOT) com> wrote
Valery Pryamikov
11-25-2004 01:49 AM
Valery Pryamikov Go to last post
1 18
Hi, I have huge data to print arround 1lakh recod on one streach . I given it directly to print by using javascript function Window.Print(); But...
Ram Naresh Talluri
11-24-2004 01:51 PM
Ram Naresh Talluri Go to last post
0 16
The thing about pass phrases that I've always disliked from a security point of view is that many people can know the answer to a question but I...
John M Deal
11-24-2004 01:34 PM
John M Deal Go to last post
0 19
Hello, I'm Francesco and I write from Italy. we are creating a new web site in ASP.NET. In our network infrastructure we have a win 2003 domain. This...
Francesco
11-24-2004 11:34 AM
Joe Kaplan \(MVP - ADSI\) Go to last post
5 21
I have what I think is a quick question. I'm using Kerberos S4U to create Windows logon tokens, in this case using the .NET wrapper new...
Joe Kaplan \(MVP - ADSI\)
11-23-2004 05:28 PM
Joe Kaplan \(MVP - ADSI\) Go to last post
0 15
hi, there: I was developing a new page for a web part project. My page keeps on getting security exception whereas other pages in the same project...
GoCMS
11-23-2004 02:58 PM
Joe Kaplan \(MVP - ADSI\) Go to last post
19 30
1) Being a VB.NET guy from the beginning I do no want to learn ancient C++ and Win32 API. Did anyone rewrite Mr. Howard's code examples (both in...
herbert
11-23-2004 09:46 AM
Mary Chipman Go to last post
1 14
Hi All, I have a WMI Event Provider (so the Windows Management Instrumentation (WMI) service running as the LocalSystem account) that accesses a dll...
Anthony LaMark
11-23-2004 12:49 AM
Anthony LaMark Go to last post
0 16
Henrick Hellström wrote: You wouldn't happen to have an implementation and/or speed-comparison of Serpent (vs. Rijndael)? I've ported the Java...
AT
11-22-2004 04:04 AM
AT Go to last post
10 30
Hello! I'm newbie and i don't know, where i can check it (system or library). I will write a code, but maybe someone can help me.... Can someone...
Marek
11-22-2004 03:17 AM
Marek Go to last post
0 12
Hello! I'm trying to write aplication, that will check signature and certificate in file, but i don't know how do this.... Can someone give me...
Marek
11-22-2004 03:11 AM
Marek Go to last post
2 15
Thanks for the info. I'm studying for MCSD 70-340, so this is helpful on a few fronts =) I remember looking at AzMan during a conference somewhere,...
AT
11-21-2004 01:24 AM
John M Deal Go to last post
3 53
Hello sirs, I am trying to understand how strong names work. Suppose I have lib.dll (a .net library), and also MyApplication.exe (a .NET WinApp) ....
Leonardo D'Ippolito
11-20-2004 10:16 AM
Michael Willers Go to last post
2 34
I am porting a Java application to .NET and came across a problem working with .NET’s MD5CryptoServiceProvider producing a different result from...
Brandon Bloom
11-19-2004 07:05 PM
Brandon Bloom Go to last post
3 16
I have a component that makes call to gdi32 through a DLLImport. This call is failing with the following...
InDllImportHell
11-19-2004 03:05 PM
InDllImportHell Go to last post
0 23
Using C# or VB.Net, using the DirectoryService namespace, I am able to retrieve the groups a user belongs in, except for the primary group....
Roger
11-18-2004 10:05 PM
Joe Kaplan \(MVP - ADSI\) Go to last post
3 30
hi to everybody. I need to assess and change local security settings (in xp and 2003). How can this be done?
menkaur
11-18-2004 09:51 PM
menkaur Go to last post
0 23
I urgently need some help !!! I`d deployed a "Managed SmartTag Solution". On the my Workstation the SmartTag works. But it doesn`t work on the...
AT
11-18-2004 05:59 AM
AT Go to last post
0 16
This is not my area of expertise, so it might be good to find some articles or documentation on Attributes and see what you can learn (or trying...
Nicole Calinoiu
11-17-2004 10:42 AM
Joe Kaplan \(MVP - ADSI\) Go to last post
5 21
I am decrypting using RSACyptoServiceProvider with a 128 byte key and OAEP padding set to false. I load the RSA key in from an XML string...
Scott
11-17-2004 09:24 AM
Scott Go to last post
3 16
Hi ! I have Visual Basic .Net application which dynamically loads assemblies from directory. I use: Assembly.LoadFrom() -method to do this. As...
Ville Pirhonen
11-17-2004 07:56 AM
Nicole Calinoiu Go to last post
1 28
Alexander, PermissionChecker is a COM object that can be invoked from .NET by using COM interop. However, as PermissionChecker does not appear to...
Nicole Calinoiu
11-17-2004 07:51 AM
Nicole Calinoiu Go to last post
0 16
hi all i have a webservice that is called by a client, this works fine on the local machine but when i try and access this from other machines...
AT
11-17-2004 05:16 AM
AT Go to last post
2 18
Hi guys! I asked myself if it is possible at all to create a program that would be licensed safe at all in .Net . I mean, thanks to utilities like...
menkaur
11-16-2004 02:44 PM
richlm Go to last post
5 17
Hi I've deployed a WinForms appliction that is installed on a server and then run on different client machines. On each client machine a create a...
James Lange
11-16-2004 02:17 AM
James Lange Go to last post
0 16
Hello, How can I get AD information like GUID (objectguid), from WindowsPrincipal? I need to write an web application which its users will have...
Fabio Gouw
11-15-2004 08:42 PM
Fabio Gouw Go to last post
0 20
All, I am attempting to sign an assembly using our company's X.509 certificate. The only signing attribute options are AssemblyKeyFile and...
EMonaco
11-15-2004 05:31 PM
EMonaco Go to last post
1 21
I am at the beginning stages of writing a massive database-connected business management application using the .NET framework and am becoming worried...
Nate A
11-15-2004 03:50 PM
Valery Pryamikov Go to last post
10 29
Hello all, I'm writing a SETI@Home-like application that runs work items received from other machines that need processing power. It loads...
Ovidiu Platon
11-15-2004 03:49 PM
Ovidiu Platon Go to last post
2 16
Crossposting to microsoft.public.dotnet.security You might also want to have a look at the KP_EFFECTIVE_KEYLEN parameter to CryptSetKeyParam if it...
Ryan Menezes [MSFT]
11-15-2004 10:10 AM
AT Go to last post
2 36
is it possible to know what kind of encryption the connection is on a webpage through the certificate??? all i see is a RSA 1024 bit key??? Is that...
Michael
11-15-2004 07:07 AM
Pieter Philippaerts Go to last post
1 18
I have a service that runs as "NetworkService". I get an exception when I try to delete performance counter. Is there a way to assign this priviledge...
Kishore Chaliparambil
11-14-2004 08:28 AM
Nicole Calinoiu Go to last post
1 14
First I'd like to thank you for taking the time to read my message. Using the FSO Application intention is to copy a directory and subfolders from...
Rich
11-14-2004 08:15 AM
Nicole Calinoiu Go to last post
6 27
Post New Thread

Display Options
Showing threads 2801 to 2850 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.