This documentation is archived and is not being maintained.
IssuedSecurityTokenHandler Delegate
Visual Studio 2008
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)
'Declaration Public Delegate Sub IssuedSecurityTokenHandler ( _ issuedToken As SecurityToken, _ tokenRequestor As EndpointAddress _ ) 'Usage Dim instance As New IssuedSecurityTokenHandler(AddressOf HandlerMethod)
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, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: