System.ServiceModel
4.0.0.0
System.Object
To be added.
Represents information used to obtain an issued token from a security token service.
Property
4.0.0.0
System.Boolean
To be added.
To be added.
Gets or sets a Boolean that specifies whether issued tokens are to be cached by the channel.
Property
4.0.0.0
System.ServiceModel.Security.SecurityKeyEntropyMode
To be added.
When the client does WS-Trust exchange with the Security Token Service to obtain the issued token, it sometimes must exchange key entropy with the Security Token Service to arrive at a shared symmetric key. The Security Token Service typically specifies the entropy exchange mechanism to use in its binding. If no such mechanism is specified in the Security Token Service's binding, the DefaultKeyEntropyMode value is used to exchange entropy with the Security Token Service.
Gets or sets the default value of .
Property
4.0.0.0
System.Int32
To be added.
The client caches issued tokens and when a cached issued token is going to expire in the near future, the client automatically gets a fresh issued token from the Security Token Service. The value of this property determines what percentage of the cached issued token's validity period must be over before getting a fresh issued token.
For example, if this property's value is 60, and the client gets an issued token that is valid for 100 minutes, it reuses the cached issued token for 60 minutes, after which it gets a fresh issued token from the Security Token Service.
Gets or sets the renewal threshold percentage for issued tokens.
Property
4.0.0.0
System.Collections.Generic.Dictionary<System.Uri,System.Collections.Generic.KeyedByTypeCollection<System.ServiceModel.Description.IEndpointBehavior>>
To be added.
The dictionary keys are the URIs of the Security Token Services that the client wants to communicate with. The entry for each URI is a of the endpoint behaviors that the application uses in the channels created by indigo2 to get the issued tokens from the Security Token Services.
Gets a collection of issuer channel behaviors.
Property
4.0.0.0
System.ServiceModel.EndpointAddress
To be added.
When obtaining an issued token from a Security Token Service, the client application must be configured with the address of the Security Token Service. This information can be specified by the target service in its security policy. In case the target service does not specify this information in its security policy, the client's indigo2 channel uses the LocalIssuerAddress as the address of the Security Token Service from which to obtain the issued token.
Gets or sets the address of the local issuer.
Property
4.0.0.0
System.ServiceModel.Channels.Binding
To be added.
When obtaining an issued token from a Security Token Service, the client application must be configured with the binding to use to communicate with the Security Token Service. In case the target service does not specify information about the Security Token Service in its security policy, the client's indigo2 channel uses the LocalIssuerBinding as the binding to use to communicate with the Security Token Service.
Gets or sets the binding of the local issuer.
Property
4.0.0.0
System.Collections.Generic.KeyedByTypeCollection<System.ServiceModel.Description.IEndpointBehavior>
To be added.
This is a of the endpoint behaviors that the application uses in the channels created by indigo2 to get the issued tokens from the local Security Token Service.
Gets a collection of local issuer channel behaviors.
Property
4.0.0.0
System.TimeSpan
To be added.
By default, issued tokens obtained from the Security Token Service are cached by the indigo2 client channel. This property enables the application to specify the maximum time that the channel caches the issued token.
Gets or sets the maximum caching time for an issued token.