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
.NET Framework (current version)
This delegate points to a method that when implemented will be called by the Authenticators before the token is issued to the client.
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
Available since 3.0
Show: