IssuedTokenClientCredential.IssuerChannelBehaviors 属性

定义

获取颁发者通道行为的集合。

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

属性值

Dictionary<TKey,TValue> 的一个 IEndpointBehavior

注解

字典密钥是客户端希望进行通信的安全令牌服务的 URI。 每个 URI 的条目是 KeyedByTypeCollection<TItem> 应用程序在 WCF 创建的通道中用于从安全令牌服务获取颁发的令牌的终结点行为的 。

适用于