Edit

Share via


SingleSignOnDescriptor.NameIdentifierFormats Property

Definition

Gets the collection of URIs that represent the supported name identifier formats.

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)

Property Value

The collection of URIs that represent the supported name identifier formats.

Remarks

The collection contains zero or more elements that enumerate the name identifier formats supported by the service provider.

Applies to