LSAuthenticationObject.EndLogonClient Method (IAsyncResult)
Retrieves the result of logging on a client asynchronously. This method should be called by an asynchronous logon form when it has collected credentials, generally from the End asynchronous handler for OnPreRenderComplete.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
public static void EndLogonClient(
IAsyncResult asyncResult
)
public:
static void EndLogonClient(
IAsyncResult^ asyncResult
)
static member EndLogonClient :
asyncResult:IAsyncResult -> unit
Public Shared Sub EndLogonClient (
asyncResult As IAsyncResult
)
Parameters
asyncResult
Type: System.IAsyncResultAn IAsyncResult that references a pending request for a stream.
See Also
LSAuthenticationObject Class
System.Web.Security.SingleSignOn Namespace
Return to top