FederationServerSoapProxy.EndLsRequestSecurityTokenWithCookie Method (RSTRResult, IAsyncResult)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

This method supports the AD FS infrastructure and is not meant to be used directly from your code. This web method is called together with the BeginLsRequestSecurityTokenWithCookie web method by the FS proxy to asynchronously request a security token based on a cookie issued previously.

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

Syntax

public void EndLsRequestSecurityTokenWithCookie(
    out RSTRResult rstr,
    IAsyncResult asyncResult
)
public:
virtual void EndLsRequestSecurityTokenWithCookie(
    [OutAttribute] RSTRResult^% rstr,
    IAsyncResult^ asyncResult
) sealed
abstract EndLsRequestSecurityTokenWithCookie : 
        rstr:RSTRResult byref *
        asyncResult:IAsyncResult -> unit
override EndLsRequestSecurityTokenWithCookie : 
        rstr:RSTRResult byref *
        asyncResult:IAsyncResult -> unit
Public Sub EndLsRequestSecurityTokenWithCookie (
    <OutAttribute> ByRef rstr As RSTRResult,
    asyncResult As IAsyncResult
)

Parameters

Implements

IFederationServer.EndLsRequestSecurityTokenWithCookie(RSTRResult, IAsyncResult)

See Also

FederationServerSoapProxy Class
System.Web.Security.SingleSignOn Namespace

Return to top