Re: Username and Password.

From: Joe Arnon (JoeArnon_at_discussions.microsoft.com)
Date: 11/16/04


Date: Tue, 16 Nov 2004 04:37:04 -0800

I know about this function, but it works only in Windows XP. It does not work
on other clients like windows 98/ME

Thanks,

"Rob Teixeira" wrote:

> Try this function through P/Invoke:
>
> http://msdn.microsoft.com/library/en-us/secauthn/security/creduipromptforcredentials.asp?frame=true
>
> -Rob Teixeira
>
> "Joe Arnon" <JoeArnon@discussions.microsoft.com> wrote in message
> news:AD80646C-9BB8-40F2-838E-C6A7A8DB3DBC@microsoft.com...
> > Is there a way to open the standard logon dialog and just to recieve the
> > Username and Password as text? I don't want to recieve the credentials but
> > the strings the user typed.
> > My program is a client program which works on a remote machine unknown to
> > the server. In order to authenticate with the server i have to send it the
> > username and paswword. The credentials are not valid here because ther is
> no
> > domain in the client side to build the credentials information. only the
> > server side can use the login inforamtion to create a client credentials.
> The
> > data the user types is then sended encrypted to the server side for
> > confirmation.
> >
> > Thanks in advance,
> >
> > Joe
>
>
>



Relevant Pages

  • Reuse of Remoting Channels...
    ... makes it possible for the server to know the identity of the caller. ... If my client is on the other side of a Windows 'realm' (as in the ... RemotingConfiguration options) to reject any clients whose credentials ... "Remoting server cannot be reached. ...
    (microsoft.public.dotnet.framework.remoting)
  • Re: SSPI Kerberos for delegation
    ... We want the authentication to happen without providing credentials ... But SSPI while authenticating from the client to the server can do mutual ...
    (comp.protocols.kerberos)
  • Re: Authentication woes
    ... I can not really understand how the client should connect to the DC when they are at work with the 192.x.x.x ip when the server is in 10.x.x.x network. ... If i read the output for the client it is member of domainb.internal and not member of domain.com like the DC, ... If the user logon with cached credentials, ...
    (microsoft.public.windows.server.active_directory)
  • Re: Chicken and egg issue with Cookie based login?
    ... >> Cookies are created by the server, not by the client. ... a client can create a cookie as well. ... The credentials are created when the user logs into the server. ...
    (comp.security.misc)
  • RE: Remoting security error
    ... Dim props As New Dictionary ... application(server and client), ... client and server, the client channel will automatically pass the current ... text username/password credentials in the application code. ...
    (microsoft.public.dotnet.distributed_apps)