This documentation is archived and is not being maintained.
IssuedSecurityTokenHandler Delegate
Visual Studio 2010
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.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: