| | Rating Thread /
Thread Starter | Last Post  | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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\) | 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 | 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 | 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 | 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 | 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. | 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\) | 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 | 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 | 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\) | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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] | 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 | 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 | 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 | 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\) | 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\) | 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 | 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 | 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] | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 3 | 20 |