Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

SecurityTokenService::EndGetScope Method (IAsyncResult^)

.NET Framework (current version)
 

When overridden in a derived class, completes the asynchronous call to the BeginGetScope method.

Namespace:   System.IdentityModel
Assembly:  System.IdentityModel (in System.IdentityModel.dll)

protected:
virtual Scope^ EndGetScope(
	IAsyncResult^ result
)

Parameters

result
Type: System::IAsyncResult^

The IAsyncResult that is returned by a call to the BeginGetScope method.

Return Value

Type: System.IdentityModel::Scope^

A Scope that encapsulates the relying party (RP) information associated with the request (RST) specified in the call to the BeginGetScope method.

The default implementation of this method throws a NotImplementedException.

.NET Framework
Available since 4.5
Return to top
Show:
© 2017 Microsoft