IFederationServer.EndLsRequestSecurityTokenWithCookie Method (RSTRResult, IAsyncResult)
Completes the asynchronous request for a security token when given a cookie token.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
void EndLsRequestSecurityTokenWithCookie(
out RSTRResult rstr,
IAsyncResult asyncResult
)
void EndLsRequestSecurityTokenWithCookie(
[OutAttribute] RSTRResult^% rstr,
IAsyncResult^ asyncResult
)
abstract EndLsRequestSecurityTokenWithCookie :
rstr:RSTRResult byref *
asyncResult:IAsyncResult -> unit
Sub EndLsRequestSecurityTokenWithCookie (
<OutAttribute> ByRef rstr As RSTRResult,
asyncResult As IAsyncResult
)
Parameters
rstr
Type: System.Web.Security.SingleSignOn.RSTRResultReturns the result of processing the request.
asyncResult
Type: System.IAsyncResultAn IAsyncResult that references a pending request for a stream.
See Also
IFederationServer Interface
System.Web.Security.SingleSignOn Namespace
Return to top