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-адрес службы маркера безопасности.

Применяется к