This documentation is archived and is not being maintained.
IssuedTokenClientCredential Class
Visual Studio 2010
Represents information used to obtain an issued token from a security token service.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
The IssuedTokenClientCredential type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | CacheIssuedTokens | Gets or sets a Boolean that specifies whether issued tokens are to be cached by the channel. |
![]() | DefaultKeyEntropyMode | Gets or sets the default value of SecurityKeyEntropyMode. |
![]() | IssuedTokenRenewalThresholdPercentage | Gets or sets the renewal threshold percentage for issued tokens. |
![]() | IssuerChannelBehaviors | Gets a collection of issuer channel behaviors. |
![]() | LocalIssuerAddress | Gets or sets the address of the local issuer. |
![]() | LocalIssuerBinding | Gets or sets the binding of the local issuer. |
![]() | LocalIssuerChannelBehaviors | Gets a collection of local issuer channel behaviors. |
![]() | MaxIssuedTokenCachingTime | Gets or sets the maximum caching time for an issued token. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
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 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:
