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.

IssuedSecurityTokenHandler Delegate

 

This delegate points to a method that when implemented will be called by the Authenticators before the token is issued to the client.

Namespace:   System.ServiceModel.Security.Tokens
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public delegate void IssuedSecurityTokenHandler(
	SecurityToken^ issuedToken,
	EndpointAddress^ tokenRequestor
)

Parameters

issuedToken
Type: System.IdentityModel.Tokens::SecurityToken^

The token to be issued to the client.

tokenRequestor
Type: System.ServiceModel::EndpointAddress^

The endpoint for which the token is requested. This is the endpoint to which the client will present the issued token.

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