次の方法で共有


WebServiceDescriptor.ClaimTypesRequested プロパティ

定義

要求されるクレームの種類を表す DisplayClaim のコレクションを取得します。

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)

プロパティ値

要求されたクレーム タイプのコレクション。

適用対象