WebServiceDescriptor.ClaimTypesRequested 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 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
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.