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)

属性值

被动请求方终结点的集合。

适用于