共用方式為


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。

適用於