This documentation is archived and is not being maintained.
IssuedTokenClientCredential Class
Visual Studio 2008
Represents information used to obtain an issued token from a security token service.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
This code illustrates one way to create an instance of this object.
WSHttpBinding b = new WSHttpBinding(); EndpointAddress ea = new EndpointAddress("http://localhost/Calculator"); CalculatorClient client = new CalculatorClient(b, ea); IssuedTokenClientCredential itcc = client.ClientCredentials.IssuedToken;
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: