IssuedSecurityTokenProvider.IssuerChannelBehaviors 属性

定义

获取颁发者的通道行为。

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

属性值

KeyedByTypeCollection<IEndpointBehavior>

一个 KeyedByTypeCollection<TItem>,包含该颁发者通道的行为。

注解

将这些通道行为添加到 SecurityTokenService 的令牌提供程序所使用的通道中。 此集合的密钥是安全令牌服务的 URL。

适用于