次の方法で共有


SecurityTokenServiceDescriptor.PassiveRequestorEndpoints プロパティ

定義

パッシブな要求元エンドポイントを表す EndpointAddress のコレクションを取得します。

public:
 property System::Collections::ObjectModel::Collection<System::IdentityModel::Protocols::WSTrust::EndpointReference ^> ^ PassiveRequestorEndpoints { System::Collections::ObjectModel::Collection<System::IdentityModel::Protocols::WSTrust::EndpointReference ^> ^ get(); };
public System.Collections.ObjectModel.Collection<System.IdentityModel.Protocols.WSTrust.EndpointReference> PassiveRequestorEndpoints { get; }
member this.PassiveRequestorEndpoints : System.Collections.ObjectModel.Collection<System.IdentityModel.Protocols.WSTrust.EndpointReference>
Public ReadOnly Property PassiveRequestorEndpoints As Collection(Of EndpointReference)

プロパティ値

パッシブな要求元のエンドポイントのコレクション。

適用対象