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)

속성 값

지원되는 이름 식별자 형식을 나타내는 URI의 컬렉션입니다.

설명

컬렉션에는 서비스 공급자가 지원하는 이름 식별자 형식을 열거하는 요소가 0개 이상 포함되어 있습니다.

적용 대상