다음을 통해 공유


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 개 이상의 요소를 포함 하는 컬렉션입니다.

적용 대상