FederationServerSoapProxy.EndLsRequestSecurityToken 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 BeginLsRequestSecurityToken web method by the FS proxy to asynchronously request a security token based on credentials collected from the user.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
public void EndLsRequestSecurityToken(
out RSTRResult rstr,
IAsyncResult asyncResult
)
public:
virtual void EndLsRequestSecurityToken(
[OutAttribute] RSTRResult^% rstr,
IAsyncResult^ asyncResult
) sealed
abstract EndLsRequestSecurityToken :
rstr:RSTRResult byref *
asyncResult:IAsyncResult -> unit
override EndLsRequestSecurityToken :
rstr:RSTRResult byref *
asyncResult:IAsyncResult -> unit
Public Sub EndLsRequestSecurityToken (
<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.
Implements
IFederationServer.EndLsRequestSecurityToken(RSTRResult, IAsyncResult)
See Also
FederationServerSoapProxy Class
System.Web.Security.SingleSignOn Namespace
Return to top