次の方法で共有


SingleSignOnDescriptor.NameIdentifierFormats プロパティ

定義

サポートされる名前識別子の形式を表す URI のコレクションを取得します。

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

プロパティ値

サポートされる名前 ID の形式を表す URI のコレクション。

注釈

コレクションには、サービス プロバイダーでサポートされている名前識別子の形式を列挙する 0 個以上の要素が含まれています。

適用対象