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     
Hi, In a "no-touch deployment" Windows Forms application (aka href app, zero admin app, smartclient app... all those keywords seem to be used to...
Pascal Bourque
06-22-2005 04:55 PM
Pascal Bourque Go to last post
0 13
Hello, I'm trying to determine the difference between using IPrincipal.IsInRole and PrincipalPermission.Demand. About the only thing I can think of...
AT
06-22-2005 03:40 PM
Dominick Baier [DevelopMentor] Go to last post
1 15
experimenting with crytography classes.. particlarly digital signing and verificatino feature.. even though in .NET 1.1 there is no direct way...
Yogesh S
06-22-2005 08:46 AM
Yogesh S Go to last post
3 14
Hi I'm just curious as to why the default settings in .NET is Full Thrust to the zone: My_Computer_Zone? I mean - this is equavelent to skip...
Claus Konrad
06-22-2005 06:49 AM
Nicole Calinoiu Go to last post
1 15
Hi When signing an assembly with an X509 Certificate, the signcode application always prompts you for the private key password to verify you know...
Claus Konrad
06-22-2005 06:38 AM
ymx Go to last post
1 15
We have an existing SMTP server running GroupWise where we wish to consolidate email delivery for users and applications. What is the best way to...
Shannon Clyde
06-21-2005 05:59 PM
Dominick Baier [DevelopMentor] Go to last post
1 13
I tried to reinstall .Net 1.1 on 2003 server due to another issue in OWA, and it said it was already installed. I deleted the registry info to try to...
Mark Sassman
06-21-2005 01:04 PM
Mark Sassman Go to last post
0 13
Is there a way to programmatically access Audit Policies and Security Options in windows 2000 and NT. If anyone knows of a way please let me know. ...
Justin
06-21-2005 12:37 PM
Justin Go to last post
0 26
Is there a way to convert a string to a CipherMessage? I am calling a function that decrypts a CipherMessage and returns the value. The only problem...
Nathan
06-21-2005 10:45 AM
Nathan Go to last post
0 21
Hi all, I have a library that have methods protected with PrincipalPermission, for ex. public Guid GetAdminId() { return new...
Viorel Ghilas
06-21-2005 09:23 AM
Viorel Ghilas Go to last post
7 10
Hello Paul, cool! and btw - there was never a need to run as local system to call this function. just use a normal user account (if...
Dominick Baier [DevelopMentor]
06-20-2005 04:09 PM
Dominick Baier [DevelopMentor] Go to last post
0 24
I have been trying, unsuccessfully, to get an Excel Microsoft Office System Project to run on my computer for the past couple of days, each time I...
Scott Gauthier
06-20-2005 11:52 AM
Nicole Calinoiu Go to last post
3 13
I am converting the asp.net application from window authentication to form authentication. originally, the application create identity , principal ,...
Jasmine
06-20-2005 11:14 AM
Jasmine Go to last post
9 23
I am working on web applications that are written in classic asp (vbscript) that will be communicating will com objects written in vb.net. I am...
Wendy Elizabeth
06-18-2005 06:59 PM
Mary Chipman [MSFT] Go to last post
1 15
Hi all, I'm pretty sure this is possible, but not sure how to do it. I created a key pair for signing all assemblies / applications that we write...
Andy
06-18-2005 07:46 AM
Nicole Calinoiu Go to last post
1 22
I need some information related to DotNet's IV in TripleDesCryptoServiceProvider class. My company requires me to write a client application that...
Faisal Yaqoob
06-18-2005 01:47 AM
Dominick Baier [DevelopMentor] Go to last post
1 13
i don't fully know what's going on so i apologize if my question is a bit vague Background We use FormsAuthentication. Each user has a...
baylor
06-18-2005 01:44 AM
Dominick Baier [DevelopMentor] Go to last post
2 12
I've registered a non MSN email address for a .NET passport, but cannot change the display name in any client (msn messenger, kopete, amsn) . It is...
Duane
06-17-2005 10:42 PM
tjgf jgfjxfj Go to last post
2 21
Hello, I'm sure this is a common question so please forgive me if I'm irritating anyone with it but I've not been having good luck finding a 'dumbed...
jadams
06-17-2005 07:07 PM
jadams Go to last post
2 15
Hi I have a .net web application using .net framework 1.1 and am using forms authentication (<authentication mode = "Forms">) in web. config file. ...
Paul
06-17-2005 06:52 PM
Paul Go to last post
6 9
I have and .NET application that has approx 40 assemblies. I use signcode and a VeriSign digital certificate to sign all the assemblies. I deploy...
Chris B
06-17-2005 06:17 PM
Chris B Go to last post
0 15
Hi I am using DES algorithm. I am getting an error message in a few cases of the querystring Error Message : Length of the data to decrypt is...
gane kol
06-17-2005 02:37 PM
gane kol Go to last post
0 52
With a signed assem, how come this does not work? What would? private void button25_Click(object sender, EventArgs e) { byte pubkey...
William Stacey [MVP]
06-17-2005 02:12 PM
William Stacey [MVP] Go to last post
2 25
I am currently working on a windows app in C# that when given a computer's name needs to check local security policies on that computer across...
Justin
06-17-2005 11:16 AM
Justin Go to last post
0 14
We have a C# Winform application that depends on three or four assemblies. In one of the assemblies, we changed one line of 'hard coded' data to...
Jeff
06-17-2005 09:58 AM
Jeff Go to last post
4 18
I want to create license protection for a web based application. when any user logging into the application it has to check the key enterd by the...
Yoshitha
06-17-2005 09:20 AM
Yoshitha Go to last post
0 16
Hi, I am getting the following error while trying to File.Copy a file from the local machine to a network share using UNC. "System.IO.IOException:...
Soroush M via DotNetMonster.com
06-16-2005 08:23 PM
Ray Cassick \(Home\) Go to last post
2 21
I am working on web applications that are written in classic asp (vbscript) that will be communicating will com objects written in vb.net. I am...
Wendy Elizabeth
06-16-2005 05:37 PM
Wendy Elizabeth Go to last post
0 21
Hello, I'm playing around with encryption/decryption, and I am trying to find all the hashing algorithms that are available to .NET. Specifically,...
06-16-2005 10:51 AM
Go to last post
2 19
System.Net.CredentialCache.DefaultCredentials might be what you're looking for. If you don't think this would help with your scenario, could...
Nicole Calinoiu
06-16-2005 10:36 AM
Claus Konrad Go to last post
3 26
I am using imperative role based security for my application. The PrincipalPermission object only takes string as the role,whereas in my application...
vishal
06-15-2005 12:13 PM
VISHAL Go to last post
2 11
Hi, Is it possible to restrict only Win32 API calls and allow COM calls using Code Access Security? The Security Permission for Unmanaged Code...
chiba
06-15-2005 08:55 AM
Nicole Calinoiu Go to last post
1 37
I have a local C# application prepared using VS and installed/compiled to the local (share drive) network. When I open an existing MS-Office file...
Steve B.
06-15-2005 08:22 AM
Steve B. Go to last post
0 45
Hi I'm looking to build a deployment project a browser based application. The application will need to launch and interact with Quickbooks. I am...
harry
06-14-2005 02:48 PM
harry Go to last post
0 19
Hi, I want to start storing hashed strings (passwords) with .NET using one of the provided crypto providers. My question is (and I hope it makes...
Tyson Kamp
06-14-2005 10:22 AM
Tyson Kamp Go to last post
1 11
All, Within out development environment all developers are developing as non admins. We are all storing our aspnet impersonation credentials within...
David
06-14-2005 07:26 AM
Nicole Calinoiu Go to last post
1 15
Hi Whats the relationship between the two above? Is there any relationship at all? /CK
Claus Konrad
06-14-2005 07:22 AM
Claus Konrad Go to last post
0 12
I have this setup ..NET framework 1.1. Windows XP SP2 KeyCreater Project: --------------------------------------- From a saved public/private...
Flemming
06-14-2005 07:04 AM
Flemming Go to last post
0 14
I am attempting to use a private key from a digital certificate that I have installed on my pc to sign some data (a dime attachment) which is sent to...
Alan Fisher
06-13-2005 09:40 PM
Alan Fisher Go to last post
0 10
Hi I have a website written in Classic ASP which creates user accounts and hashes passwords using CAPICOM and a C# website which also creates...
AT
06-13-2005 05:49 PM
AT Go to last post
3 11
We have two applications hosted on the same web server. The authentication section of the web.config file is the same in each; it is <authentication...
Geoff
06-13-2005 04:29 PM
Geoff Go to last post
5 20
I am calling AzAuthorizationStoreClass.Initialize from Micrsoft.Interop.Secrurity.AzRoles.dll and i am getting an access denied. The app i am...
mwr
06-13-2005 12:49 PM
mwr Go to last post
0 17
Hi everyone I am currently working on system which has 500 remote users on pocket pc's talking to a server via MSMQ. We are looking to encrypt and...
Dannyboy
06-13-2005 06:50 AM
Dannyboy Go to last post
0 15
Code Access Security: Can anybody tell me the different in using ”policy files” referenced in the web.config file and setting up security in the...
Christian G.
06-12-2005 08:29 AM
Nicole Calinoiu Go to last post
3 23
I ran into a client that has a firewall between the web server and SQL Server database server. We'd like to give them CMS capability on the public...
Jen
06-10-2005 10:25 AM
Jen Go to last post
0 16
Hello: We are developing about 40 online tools for our website. These tools will be grouped and users will be given access to those tools which...
VK
06-10-2005 07:43 AM
Nicole Calinoiu Go to last post
6 20
Ok, with the help of some examples found on the web and some minor modifications on our own, we have a simple and working encrypt and decrypt...
MattP
06-09-2005 05:19 PM
MattP Go to last post
8 20
Hi, we are developing with .NET 1.1 and using Capicom 2.1.0.1 to signfiles. We created a function that loads a certificate from a pfxfile and signs...
J C via .NET 247
06-09-2005 12:12 PM
J C via .NET 247 Go to last post
0 10
(Hi, I got error, when i run from client system for SharePoint2003 Portal)i worte custom security. -------------------------------- From: tamil...
tamil arasan via .NET 247
06-09-2005 08:02 AM
tamil arasan via .NET 247 Go to last post
0 18
I have an application monitoring service that reports on application launches. WMI provides process launch events. From these events the service can...
Taz
06-09-2005 01:35 AM
Taz Go to last post
0 16
Post New Thread

Display Options
Showing threads 2151 to 2200 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.