LDAP for Windows XP
Tue, 12 Feb 2008 13:49:29 -0800 (PST)
Hi,
I have a windows application that requires security login and I would
like to retrieve the windows XP user ID and Password to compare it
with their entries to the application. Any help would be very much
appreciated due to short deadline. I do not think I have the right
LDAP for XP.
Some of my code:
...
|
Weird Windows integrated authentication problem between Web service
and SQL Server
Tue, 12 Feb 2008 10:41:18 -0800 (PST)
We have a weird Windows Integrated authentication issue between a Web
service using Data Application Block and a SQL Server. Here is our
setup :
- Windows 2000 Domain controller
- 1 Web application server - Windows 2003 + ASP.NET 2.0
- 1 Web ASMX web service built with Service factory and using Data
applicat ...
|
WCF SecurityContext with many clients
Fri, 8 Feb 2008 16:39:49 -0800 (PST)
Hi all,
I'm without ideas to fix this problem...
Scenario:
- One WCF Service
* ( using "ServiceBehavior(InstanceContextMode =
InstanceContextMode.PerSession)]" )
- Many WCF clients, with windows integrated authentication;
- The service must know the client login name;
* This is necessary for a ...
|
Our new website
Fri, 8 Feb 2008 15:15:28 -0800
This website is for artist, freelancers, programmers, writers, translators. All who is looking for work.
If you are a skilled professional use page "Add profile" to create your profile.
Also this website is for those who is looking for skilled professional.
If you are looking for a professional use page "Pr ...
|
Running Signed assembly from network x64 Framework 2.0
Fri, 8 Feb 2008 13:01:01 -0800
Hi!
We have a little tool that need to run from a network path. it's a little
exe file in a specific place.
I've created a strong name key and signed my assembly with it in .net 2005
(Framework 2.0)
I did it already with .net 2003 (Framework 1.1) and after I've configured
the security in "Microsoft .N ...
|
Generating RSA keys based on p, q, and exponent
Fri, 08 Feb 2008 11:46:31 -0800
Hello,
Is there any function to generate public/private keys based on known p, q
and exponent values and use these in RSACryptoServiceProvider?
Thanks. ...
|
System.Security.Principal.WindowsIdentity file.copy
Fri, 8 Feb 2008 08:26:08 -0800
I have follwing code it works only from the same system but not from the
other client or system.
strusername = Me.txtUserId.Text
strpassword = Me.txtpassword.Text
strDomain = ddlDomain.SelectedItem.Text
Session("Username")=strusername
Session("Password") = strpassword
...
|
|
|
System.Security.Principal.WindowsIdentity file.copy
Fri, 8 Feb 2008 08:20:00 -0800
I have follwing code it works only from the same system but not from the
other client or system.
Dim aa As New AliasAccount("Domain\UserName", "Password)
aa.BeginImpersonation()
Dim thePath As String 'source path
Dim destPath As String 'destinat ...
|
System.Security.Principal.WindowsIdentity file.copy
Fri, 8 Feb 2008 08:19:01 -0800
I have follwing code it works only from the same system but not from the
other client or system.
Dim aa As New AliasAccount("Domain\UserName", "Password)
aa.BeginImpersonation()
Dim thePath As String 'source path
Dim destPath As String 'destinat ...
|
Storing RSA Private Key to Smart Card
Thu, 07 Feb 2008 14:28:37 -0800
Hello,
I have an application that needs to write a private RSA key onto a
SmartCard. I am using 128 byte keys. I noticed that if I export the
RSAParameters from the RSACryptoServiceProvider and only save the D, I am
unable to Import it later and use it as a private key. It is also not
feasable to writ ...
|