IssuedTokenClientCredential Class

Definition

Represents information used to obtain an issued token from a security token service.

public ref class IssuedTokenClientCredential sealed
public sealed class IssuedTokenClientCredential
type IssuedTokenClientCredential = class
Public NotInheritable Class IssuedTokenClientCredential
Inheritance
IssuedTokenClientCredential

Examples

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;

Properties

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.

Methods

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()

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)

Applies to