次の方法で共有


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 です。

適用対象