IssuedSecurityTokenProvider.IssuerChannelBehaviors Właściwość

Definicja

Pobiera zachowania kanału wystawcy.

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)

Wartość właściwości

KeyedByTypeCollection<IEndpointBehavior>

A KeyedByTypeCollection<TItem> , który zawiera zachowania dla kanału wystawcy.

Uwagi

Te zachowania kanałów są dodawane do kanału używanego przez dostawcę tokenu dla obiektu SecurityTokenService. Klucz dla tej kolekcji jest adresem URL usługi tokenu zabezpieczającego.

Dotyczy