次の方法で共有


SingleSignOnDescriptor.SingleLogoutServices プロパティ

定義

単一ログアウト サービス エンドポイントのコレクションを取得します。

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] で定義されている単一ログアウト プロファイルをサポートするエンドポイントを記述する 0 個以上の要素が含まれています。

適用対象