SingleSignOnDescriptor.SingleLogoutServices 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得單一登出服務端點的集合。
public:
property System::Collections::ObjectModel::Collection<System::IdentityModel::Metadata::ProtocolEndpoint ^> ^ SingleLogoutServices { System::Collections::ObjectModel::Collection<System::IdentityModel::Metadata::ProtocolEndpoint ^> ^ get(); };
public System.Collections.ObjectModel.Collection<System.IdentityModel.Metadata.ProtocolEndpoint> SingleLogoutServices { get; }
member this.SingleLogoutServices : System.Collections.ObjectModel.Collection<System.IdentityModel.Metadata.ProtocolEndpoint>
Public ReadOnly Property SingleLogoutServices As Collection(Of ProtocolEndpoint)
屬性值
單一登出服務端點的集合。
備註
集合包含零個或多個元素,這些元素描述支援 [SAMLProf] 中所定義之單一註銷配置檔的端點。