IssuedTokenClientCredential Class
Represents information used to obtain an issued token from a security token service.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
| 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.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | 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;
Available since 3.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

