IdentityProviderSingleSignOnDescriptor.SingleSignOnServices プロパティ

定義

シングル サインオン サービスを表す ProtocolEndpoint のコレクションを取得します。

public:
 property System::Collections::Generic::ICollection<System::IdentityModel::Metadata::ProtocolEndpoint ^> ^ SingleSignOnServices { System::Collections::Generic::ICollection<System::IdentityModel::Metadata::ProtocolEndpoint ^> ^ get(); };
public System.Collections.Generic.ICollection<System.IdentityModel.Metadata.ProtocolEndpoint> SingleSignOnServices { get; }
member this.SingleSignOnServices : System.Collections.Generic.ICollection<System.IdentityModel.Metadata.ProtocolEndpoint>
Public ReadOnly Property SingleSignOnServices As ICollection(Of ProtocolEndpoint)

プロパティ値

シングル サインオン サービスを表すプロトコル エンドポイントのコレクション。 既定値は空のコレクションです。

適用対象