共用方式為


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)

屬性值

被動要求者端點的集合。

適用於