Re: Validating a user using SSPI
From: Pieter Philippaerts (Pieter_at_nospam.mentalis.org)
Date: 12/06/03
- Next message: Prasad: "I can't able to decrypt the encrypted data. Displays Bad Data Error."
- Previous message: Joe Kaplan \(MVP - ADSI\): "Re: Validating a user using SSPI"
- In reply to: Pieter Philippaerts: "Re: Validating a user using SSPI"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Sat, 6 Dec 2003 05:37:20 +0100
"Pieter Philippaerts" <Pieter@nospam.mentalis.org> wrote
> private IPrincipal Authenticate(string user, string pass) {
> m_ClientSocket.Send(new byte[]{5, 0});
> IntPtr token = IntPtr.Zero;
Oops, that m_ClientSocket.Send shouldn't be there. Simply remove that line.
Regards,
Pieter Philippaerts
- Next message: Prasad: "I can't able to decrypt the encrypted data. Displays Bad Data Error."
- Previous message: Joe Kaplan \(MVP - ADSI\): "Re: Validating a user using SSPI"
- In reply to: Pieter Philippaerts: "Re: Validating a user using SSPI"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|