Sdílet prostřednictvím


IssuedSecurityTokenProvider.IssuerChannelBehaviors Vlastnost

Definice

Získá chování kanálu vystavitele.

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)

Hodnota vlastnosti

KeyedByTypeCollection<IEndpointBehavior>

A KeyedByTypeCollection<TItem> který obsahuje chování pro kanál vystavitele.

Poznámky

Tato chování kanálu se přidají do kanálu používaného poskytovatelem tokenu pro SecurityTokenService. Klíč pro tuto kolekci je adresa URL služby tokenu zabezpečení.

Platí pro