Compartilhar via


LSAuthenticationObject.BeginLogonClient Method

 

Logs on a client asynchronously. This method should be called by an asynchronous logon form when it has collected credentials, generally from the Begin asynchronous handler for OnPreRenderComplete.

Namespace:   System.Web.Security.SingleSignOn
Assembly:  System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)

Overload List

Name Description
System_CAPS_pubmethodSystem_CAPS_static BeginLogonClient(ClientCredentialInfo, AsyncCallback, Object)

Logs on a client asynchronously. This method should be called by an asynchronous logon form when it has collected credentials, generally from the Begin asynchronous handler for OnPreRenderComplete.

System_CAPS_pubmethodSystem_CAPS_static BeginLogonClient(WindowsIdentity, AsyncCallback, Object)

Logs on a client asynchronously. This method should be called by an asynchronous logon form when it has collected credentials, generally from the Begin asynchronous handler for OnPreRenderComplete.

See Also

LSAuthenticationObject Class
System.Web.Security.SingleSignOn Namespace

Return to top