|
security
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
.NET Securitymicrosoft.public.dotnet.security
TC -
23 Apr 2005 7:14 AM - 4 messages
Hey Folks, I am using the following the code below in VB6: Public Function EncryptPassword(ByVal Password As String) As String Dim objEncoder As BX_BCA.Encoder Dim objProviders As BX_BCA.clsProviders ...
Carol -
22 Apr 2005 11:48 AM - 2 messages
Has anyone been able to solve this!! I am not spam either!! I cannot access my hotmail account and have no idea who has sent messages . I get a continuousloop of Match the Picture. Would happily change email addresses as ...
a95johjo -
22 Apr 2005 11:41 AM - 5 messages
The following code running in a C# windows forms application gives me an "Access denied" error message: private void Form1_Load(object sender, System.EventArgs e) { crash >>> Word.Application app = new Word.ApplicationClass(); ...
Jeremy Lew -
21 Apr 2005 2:34 PM - 10 messages
I'm trying to write to the Windows event log from an ASP.NET application which is impersonating a local user (through p/invoke LogonUser and .NET impersionation). Although the user I am impersonating can write successfully when interactively logged on, I get an Access Denied result ...
Bill -
21 Apr 2005 2:30 PM - 4 messages
My goal is to use Windows Authentication (WA) to access sensitive web services from a compact framework (CF) application. My web site on the development server(Windows Server 2003 running IIS 6.0) is set for WA. I have created the web service, tested it and shown that it works, and configuted ...
Oriane -
21 Apr 2005 1:30 PM - 3 messages
Hi, I use the Enterprise Library, and the custom rule provider. A rule is check with this piece of code: public void HireEmployee (....) { string rule = "Hire Employee"; // The next line fetch the rule definition in a config file, and checks ...
chlock -
21 Apr 2005 4:43 AM - 27 messages
I'm trying to encrypt with RijndaelManaged and decrypt with OpenSSL. Specifically, Linksys manufactures and sells SIP devices whose firmware is written by Sipura. Sipura tells me that I can encrypt configuration files with OpenSSL, provide the key to the devices, and the devices can ...
scott289 -
20 Apr 2005 10:09 PM - 2 messages
Getting the lists of users in a given Domain Group? For example, our Network people have created a group called MyAppUsers, and have added certain Users to this group. I need to get a list of these users by pasing in the name of the Group. Is that possible? ...
Oriane -
20 Apr 2005 4:29 PM - 7 messages
Hi, I would like to change the Windows security context of a thread, using this code: IntPtr pJeton; if (LogonUser("myuser","europe","password2,0,out pJeton)) { myWindowsIdentity = new WindowsIdentity (pJeton); myWindowsPrincipal = new WindowsPrincipal (myWindowsIdentity); Thread.CurrentPrincipal = myWindowsPrincipal; System.IO.StreamReader sr = new System.IO.StreamReader(@"C:\myFile.txt"); ...
Oriane -
20 Apr 2005 4:01 PM - 20 messages
Hi everybody, this property is read-only in the interface IIdentity. I suppose it is set at the creation of the instance, but I cannot find the right constructor ? Oriane ...
Bob Weiner -
20 Apr 2005 3:34 PM - 6 messages
I am having code access security problems executing a dll from a remote computer. I developed a Hello World solution using C# on a network share for testing. It consists of one dll containing two public methods. The first is sayHi() ...
Alan Dean -
20 Apr 2005 12:39 AM - 12 messages
Hi, I'm hoping that someone can assist me. I'm trying to set code access security to prevent an application interacting with the Clipboard. Seemingly, it should be a relatively straightforward setting to apply but I can't seem to get the setting correct - no matter what configuration of ...
Ajay Choudhary -
19 Apr 2005 5:37 PM - 3 messages
Hi, I am trying to determine if a given user has certain permission on a given file/folder. To do that I am getting the user SID (through WMI Win32_Account class) and then compare it with the SID in the list of ACE in DACL for the ...
Robert Rolls -
19 Apr 2005 10:07 AM - 3 messages
If I have a AzMan store within ADAM and I have a role called auditor - I now add a group that lives within AD. When I initialize a store within code what does it actually load? Is it only the Role/Task/Operation matrix (I've ...
Dan Maharry -
18 Apr 2005 4:30 PM - 3 messages
Hello, I recently inherited a .net server app that communicates with its clients over a secure channel using TSL to authenticate the clients before any conversation takes place. This was working fine against .NET and Java 1.2 and 1.3 clients, but recently a problem appeared when one ...
Oriane -
18 Apr 2005 2:56 PM - 2 messages
Hi, I'm trying to understand the underlying principles of the .NET roles configuration. What is clear to me is that we can map a thread/process Windows owner and the IPrincipal, and then test the membership to Windows group: ...
|
|||||||||||||||||||||||