WebServiceDescriptor.TokenTypesOffered Property

Definition

Gets the collection of token types offered.

public:
 property System::Collections::Generic::ICollection<Uri ^> ^ TokenTypesOffered { System::Collections::Generic::ICollection<Uri ^> ^ get(); };
public System.Collections.Generic.ICollection<Uri> TokenTypesOffered { get; }
member this.TokenTypesOffered : System.Collections.Generic.ICollection<Uri>
Public ReadOnly Property TokenTypesOffered As ICollection(Of Uri)

Property Value

The collection of token types offered.

Applies to