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 的集合。

注解

集合包含零个或多个元素,这些元素枚举服务提供程序支持的名称标识符格式。

适用于