WebServiceDescriptor.ClaimTypesOffered Property

Definition

Gets a collection of DisplayClaim that represents the claim types offered.

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

Property Value

The collection of offered claim types.

Applies to