WebServiceDescriptor.ClaimTypesRequested Property

Definition

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

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

Property Value

The collection of requested claim types.

Applies to