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::BeginIssue Method (ClaimsPrincipal^, RequestSecurityToken^, AsyncCallback^, Object^)

.NET Framework (current version)
 

When overridden in a derived class, begins an asynchronous WS-Trust Issue request.

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

public:
virtual IAsyncResult^ BeginIssue(
	ClaimsPrincipal^ principal,
	RequestSecurityToken^ request,
	AsyncCallback^ callback,
	Object^ state
)

Parameters

principal
Type: System.Security.Claims::ClaimsPrincipal^

A ClaimsPrincipal that represents the identity of the token requestor.

request
Type: System.IdentityModel.Protocols.WSTrust::RequestSecurityToken^

A RequestSecurityToken that represents the security token request. This includes the request message as well as other client related information such as authorization context.

callback
Type: System::AsyncCallback^

The AsyncCallback delegate that receives notification of the completion of the asynchronous issue operation.

state
Type: System::Object^

An object that contains state information associated with the asynchronous issue operation.

Return Value

Type: System::IAsyncResult^

The IAsyncResult that references the asynchronous issue operation.

The default implementation of this method throws an InvalidRequestException.

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