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