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     
Yes, this will work -- I've posted a more complete explanation on the other post. -Shawn http://blogs.msdn.com/shawnfa -- This posting is provided...
AT
08-24-2004 05:57 PM
AT Go to last post
0 22
Yes. Imagine this callstack: mscorlib.dll!System.IO.File..ctor() MyComponant.dll!SomeOtherClass.OpenAFile() --------------------Assert(FileIO...
Nicole Calinoiu
08-24-2004 05:55 PM
AT Go to last post
9 39
Hi ! I'm trying to access a registry key on a remote computer. Here is my code : public static string ReadRegistryKey(string PsMachineName) { try
Marc Wuergler
08-23-2004 05:22 AM
Marc Wuergler Go to last post
3 14
Hi all! With a signed Java applet you can use URLConnection to connect to a remote webserver and all user needs to do is to accept a...
AT
08-23-2004 03:49 AM
AT Go to last post
2 23
Hi, I am having problem with redirecting the user form the login page to members page using RedirectFromLoginPage method. This is what I am...
Senthil
08-21-2004 02:23 PM
Senthil Go to last post
0 26
Hi I'm about to develop an application that sends/receives e-mails encrypted and signed using x509v3 certificates. The asymmetric encryption...
Joakim Olesen
08-20-2004 07:26 PM
Eugene Mayevski Go to last post
5 29
Hi Anders, You can certainly change any of the code groups to have different permission sets. Check out my two blog entries here on how to do...
AT
08-20-2004 07:03 PM
AT Go to last post
0 23
I randomly get a "Policy Level Enterprise cannot be saved." error. Does anyone know if this can be caused by including a X509 certificate to a...
AT
08-20-2004 07:00 PM
AT Go to last post
1 24
Are you lonely???? Looking for love... or just a bit of fun ;) Then visit: http://www.up-date.co.uk FREE dating sites and exclusive special offers...
Amy
08-19-2004 08:09 PM
Amy Go to last post
0 15
Is it possible to retain local file system read, write, delete access while impersonating for access to a remote drive in a different domain? I need...
Daniel
08-19-2004 04:24 PM
Joe Kaplan \(MVP - ADSI\) Go to last post
1 33
I recently installed VS 2005, on .net Framework v2.0.40607. Tried to connect to local sql server in a mixed mode via client written in C#. I am...
Menish Gupta
08-19-2004 11:55 AM
Menish Gupta Go to last post
3 20
Great code sample Damon. How about posting it on GotDotNet at http://www.gotdotnet.com/community/usersamples/ Richard. "Damon S." <DamonS (AT)...
Gary Chao
08-19-2004 04:46 AM
richlm Go to last post
4 24
why does System.IO.File.Move("c:\\hmbug.jpg", "c:\\foodoo\\foo.jpg"); throw access denied? im just moving a file in a console app? any ideas?
Daniel
08-19-2004 01:27 AM
Daniel Go to last post
0 32
Hi. How can I create an instance of WindowsIdentity class knowing user samaccountname and domain password? Thanx.
Ivan G.
08-18-2004 01:55 PM
richlm Go to last post
1 33
I am trying to understand how the LogonUser API works. I would like to utilize the credentials of the currently logged on user as the basis for...
AT
08-18-2004 01:55 PM
Damon S. Go to last post
2 22
Hi! You can read in http://support.microsoft.com/default.aspx?kbid=307220 following: "The .NET runtime does not, however, support automatic proxy...
Benjamin
08-18-2004 11:06 AM
Joe Kaplan \(MVP - ADSI\) Go to last post
1 32
hi, i wrote a program in vb.net which uses the HttpWebRequest class. it requests a page from a server wihich needs a client authentication by a x509...
d.schmitt
08-18-2004 07:59 AM
d.schmitt Go to last post
0 20
Hello, a great problem for me is to download a file by other account than the logon user. I change the identity -> int usertoken; bool LoginOK =...
Andy
08-17-2004 08:14 AM
Andy Go to last post
0 28
If i log into my computer as domain A and user X and password Y but then I need to give C# application access to domain B as user F and password G....
Daniel
08-16-2004 05:42 PM
Joe Kaplan \(MVP - ADSI\) Go to last post
3 19
Does anyone have a good checklist I can use for application team to use to consider security in the SDLC cycle? I have looked through the web and...
joan
08-15-2004 10:41 AM
joan Go to last post
0 32
Hi everybody, If I sign an app using a strong name and then set the enterprise security policy to allow FullTrust to any app signed by the given...
Hartmut
08-15-2004 10:18 AM
Hartmut Go to last post
0 47
I am trying to implement a secure Web Service using signatures, tokens, and encrypted data WITHOUT the use of security certificates or SSL. It's...
Random
08-13-2004 02:45 PM
Random Go to last post
0 21
Bernie, Did you ever get a resolution to this issue? If not, the solution which worked for me was to add the local ASPNET account to the "Act as...
Chris
08-13-2004 09:34 AM
MC Go to last post
1 24
Hi, I am suddenly getting a problem where neither VS.NET 2003 or sn.exe will allow me to sign assemblies. This has started since yesterday, when...
Peter Marshall
08-13-2004 05:07 AM
Peter Marshall Go to last post
0 19
Hello: I have a vb.net app (framework 1.1) which submit data to an https application. I have set-up the ASP application to require a client...
Support
08-13-2004 04:53 AM
Martin Go to last post
2 12
Hi, I am developing on a shared host system, therefore I don't have any access to system configuration files. I have a third party component...
AT
08-12-2004 06:49 PM
AT Go to last post
1 22
Hello Martin, Have a look at the assembly Mono.Security.dll (http://www.mono-project.com). It contains a fully managed X509Certificate class that...
Sebastien Pouliot
08-12-2004 11:20 AM
Sebastien Pouliot Go to last post
0 22
Hi all, I am trying to write a secure application and some of you have been very helpful on that subject. the only question remaining open after...
Picho
08-12-2004 05:26 AM
Valery Pryamikov Go to last post
2 22
It sounds like you are essentially recreating SSL! I believe there are already some products out there that support SSL over remoting. You...
Danny van Kasteel
08-12-2004 04:48 AM
Valery Pryamikov Go to last post
3 20
Hi Everyone, I encountered this problem after generating private and public keys for my project. This Error pops up while building my solution : -...
Lynz
08-11-2004 10:47 AM
Scott Go to last post
1 19
Hi, you only need to register your event source from trusted application, and then you can use it from your asp.not of other partially trusted...
Valery Pryamikov
08-11-2004 08:01 AM
Valery Pryamikov Go to last post
0 15
I have a Smart Application that is run via IEExec.exe. I have a custom configurationSectionHandler where the permission set is lowered even though...
Morten Lyhr
08-11-2004 07:55 AM
Morten Lyhr Go to last post
0 15
Hi Martin, I can't help you with WSE but I've written a method to check for non-repudiation using C# Interop (it can probably be improved in a...
Jon G
08-11-2004 03:07 AM
Martin Go to last post
1 20
Andrew Deren wrote: Not about SSLStream, but you can use SecureBlackbox.NET (http://www.secureblackbox.com/) for the same thing....
Eugene Mayevski [SecureBlackbox]
08-10-2004 06:11 PM
Eugene Mayevski [SecureBlackbox] Go to last post
0 27
This is the problem: I do not get the output I need when encoding and decoding data using rijndael alghoritm. Look at the code and see what the...
crawlerxp
08-10-2004 05:33 PM
AT Go to last post
1 24
Hi guys, I am intending to install VB.NET Program in Window server 2003.. and accessing the .EXE File from client computer to server. After...
Lynz
08-10-2004 05:20 PM
AT Go to last post
1 18
Hello, The following code shows how I access come of the other things I want from a certificate store but I can't find the "friendly name" anywhere...
Mark Shasby
08-10-2004 11:39 AM
Mark Shasby Go to last post
1 17
Anyone have some code for getting the SID for "Everyone" in byte format? I've been trying to PInvoke CreateWellKnownSid() without much...
Eric Jorgensen
08-10-2004 10:36 AM
Joe Kaplan \(MVP - ADSI\) Go to last post
2 31
Hi, Im trying to programmatically authenticate a user against NT under windows 2000. I use the LogonUser API. Realizing that the call needs TCB...
Pradeep Kumar C
08-10-2004 10:31 AM
Joe Kaplan \(MVP - ADSI\) Go to last post
7 16
Hi all, Lets say I have a "secret" I wish to "hide", lets say a database password. For the more detailed problem, a web application/service that...
Picho
08-10-2004 09:13 AM
Hernan de Lahitte Go to last post
9 13
Hi Is there a way to find out the required system permissions or privileges for accessing system resources or objects. I am using c# (VS...
Prasanna Dsouza
08-10-2004 03:03 AM
Prasanna Dsouza Go to last post
0 15
Crossposting to dotnet.security. -- Thanks, Ryan Menezes This posting is provided "AS IS" with no warranties, and confers no rights. "Rimma...
Ryan Menezes [MSFT]
08-08-2004 10:59 PM
Ryan Menezes [MSFT] Go to last post
0 17
Hi everyone, i wanted to know if inserting padding data into a string before encrypting it, so that after it is decrypted this paded data can be...
Ahmed
08-06-2004 05:28 PM
Hernan de Lahitte Go to last post
1 13
Greetings all, I'm trying to create a .net program that can decrypt files that will be rsa-encrypted with the gnupg program (on mac os X, if...
AT
08-06-2004 03:56 PM
AT Go to last post
0 26
Hi, I want to encrypt binary data on a w2003 server. Encryption of short byte (length<118) works fine. Encryption of a byte with 118 results...
Klaus Drechsel
08-06-2004 01:19 PM
Klaus Drechsel Go to last post
2 15
Anyone have an idea how to sign a manifest.xml file with an X.509 certificate without having to use that buggy XMLSign utility?
Scott
08-06-2004 12:58 PM
AT Go to last post
3 13
How can I get my web site restricted to a single user? I have my web.config set up as follows: <authorization> <allow users="Fred" /> <deny...
PV
08-06-2004 10:39 AM
PV Go to last post
3 14
Hi, If one serializes the SecurityElement using: http://blogs.msdn.com/shawnfa/archive/2004/02/24/79598.aspx or in any other way, most of the...
Developer
08-05-2004 08:11 PM
Developer Go to last post
7 23
Have same exact problem with tlbimb and SmartDocumentWrapper.dll (Vertigo Smart Docs). How would I find the input file for this? Thanks. "Mattias...
Scott
08-05-2004 05:13 PM
Scott Go to last post
0 44
Hello all, I apologise in advance for the long windedness of this post, but I feel that if I am going to get any solution to this problem, it is...
Wild Wind
08-05-2004 03:27 PM
Nicole Calinoiu Go to last post
3 20
Post New Thread

Display Options
Showing threads 3151 to 3200 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.