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 | |
---|---|---|
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. |
|
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