IssuedTokenClientCredential.IssuerChannelBehaviors Property

Definition

Gets a collection of issuer channel behaviors.

public:
 property System::Collections::Generic::Dictionary<Uri ^, System::Collections::Generic::KeyedByTypeCollection<System::ServiceModel::Description::IEndpointBehavior ^> ^> ^ IssuerChannelBehaviors { System::Collections::Generic::Dictionary<Uri ^, System::Collections::Generic::KeyedByTypeCollection<System::ServiceModel::Description::IEndpointBehavior ^> ^> ^ get(); };
public System.Collections.Generic.Dictionary<Uri,System.Collections.Generic.KeyedByTypeCollection<System.ServiceModel.Description.IEndpointBehavior>> IssuerChannelBehaviors { get; }
member this.IssuerChannelBehaviors : System.Collections.Generic.Dictionary<Uri, System.Collections.Generic.KeyedByTypeCollection<System.ServiceModel.Description.IEndpointBehavior>>
Public ReadOnly Property IssuerChannelBehaviors As Dictionary(Of Uri, KeyedByTypeCollection(Of IEndpointBehavior))

Property Value

A Dictionary<TKey,TValue> of IEndpointBehaviors.

Remarks

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 KeyedByTypeCollection<TItem> of the endpoint behaviors that the application uses in the channels created by WCF to get the issued tokens from the Security Token Services.

Applies to