Share via


IFederationServer.EndRequestSecurityTokenWithSids Method (RSTRResult, IAsyncResult)

 

Completes the asynchronous request for a security token when given security identifiers.

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

Syntax

void EndRequestSecurityTokenWithSids(
    out RSTRResult rstr,
    IAsyncResult asyncResult
)
void EndRequestSecurityTokenWithSids(
    [OutAttribute] RSTRResult^% rstr,
    IAsyncResult^ asyncResult
)
abstract EndRequestSecurityTokenWithSids : 
        rstr:RSTRResult byref *
        asyncResult:IAsyncResult -> unit
Sub EndRequestSecurityTokenWithSids (
    <OutAttribute> ByRef rstr As RSTRResult,
    asyncResult As IAsyncResult
)

Parameters

See Also

IFederationServer Interface
System.Web.Security.SingleSignOn Namespace

Return to top