IssuedTokenClientCredential.IssuerChannelBehaviors 属性
定义
获取颁发者通道行为的集合。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))
属性值
Dictionary<TKey,TValue> 的一个 IEndpointBehavior。A Dictionary<TKey,TValue> of IEndpointBehaviors.
注解
字典密钥是客户端希望进行通信的安全令牌服务的 URI。The dictionary keys are the URIs of the Security Token Services that the client wants to communicate with. 每个 URI 的条目都是 KeyedByTypeCollection<TItem> 终结点行为的一个,应用程序会在由 WCF 创建的通道中使用该终结点行为,以从安全令牌服务获取已颁发的令牌。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.