Jump to content

Which API is used to Enter the User Credentials?


Recommended Posts

Posted

Hi,

 

I am developing an application to connect to Windows 2003 Terminal Server

remotely.

 

So can you guide me which API is to be used to enter the user credentials

(user name and password) in order to connect to the Terminal Server.

 

--

thanks

Jassi

  • Replies 3
  • Created
  • Last Reply
Guest Alice Kupcik [MSFT]
Posted

Re: Which API is used to Enter the User Credentials?

 

Are you using the remote desktop web connection

(http://msdn2.microsoft.com/en-us/library/aa383022(VS.85).aspx)?

 

Password: http://msdn2.microsoft.com/en-us/library/aa380862(VS.85).aspx

Username: http://msdn2.microsoft.com/en-us/library/aa382903(VS.85).aspx

 

 

--

Alice Kupcik

Program Manager - Microsoft

http://blogs.msdn.com/ts

 

This posting is provided "AS IS" with no warranties, and confers no rights.

 

 

"Jassi" <Jassi@discussions.microsoft.com> wrote in message

news:8AAAA8AC-0243-4B5E-A468-ED7F5E18A64D@microsoft.com...

> Hi,

>

> I am developing an application to connect to Windows 2003 Terminal Server

> remotely.

>

> So can you guide me which API is to be used to enter the user credentials

> (user name and password) in order to connect to the Terminal Server.

>

> --

> thanks

> Jassi

Posted

Re: Which API is used to Enter the User Credentials?

 

Hi,

 

No I am not using the remote desktop web connection.

I am developing an application similar to RDC configured in Windows.

 

So, if you can suggest appropriate API's to enter the user credentials and

for validation.

 

--

thanks

Jassi

 

"Alice Kupcik [MSFT]" wrote:

> Are you using the remote desktop web connection

> (http://msdn2.microsoft.com/en-us/library/aa383022(VS.85).aspx)?

>

> Password: http://msdn2.microsoft.com/en-us/library/aa380862(VS.85).aspx

> Username: http://msdn2.microsoft.com/en-us/library/aa382903(VS.85).aspx

>

>

> --

> Alice Kupcik

> Program Manager - Microsoft

> http://blogs.msdn.com/ts

>

> This posting is provided "AS IS" with no warranties, and confers no rights.

>

>

> "Jassi" <Jassi@discussions.microsoft.com> wrote in message

> news:8AAAA8AC-0243-4B5E-A468-ED7F5E18A64D@microsoft.com...

> > Hi,

> >

> > I am developing an application to connect to Windows 2003 Terminal Server

> > remotely.

> >

> > So can you guide me which API is to be used to enter the user credentials

> > (user name and password) in order to connect to the Terminal Server.

> >

> > --

> > thanks

> > Jassi

>

Guest Thomas Eg Jørgensen
Posted

Re: Which API is used to Enter the User Credentials?

 

"Jassi" <Jassi@discussions.microsoft.com> skrev i en meddelelse

news:266E38FD-B8B1-4EA4-A338-8E08D811084D@microsoft.com...

> No I am not using the remote desktop web connection.

> I am developing an application similar to RDC configured in Windows.

>

> So, if you can suggest appropriate API's to enter the user credentials

> and

> for validation.

>

 

Not sure, but i don't think there is any "public APIs"? But you could

just use the ActiveX instead?

 

For other "server-side" functions see:

http://msdn2.microsoft.com/en-us/library/aa383468(VS.85).aspx

 

/Thomas


×
×
  • Create New...