SingleSignOnDescriptor.NameIdentifierFormats Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Werk met ons samen op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en bekijken. Raadpleeg onze gids voor inzenders voor meer informatie.