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: