RequestClaimCollection.Dialect プロパティ

定義

Dialect 属性を取得または設定します。

public:
 property System::String ^ Dialect { System::String ^ get(); void set(System::String ^ value); };
public string Dialect { get; set; }
member this.Dialect : string with get, set
Public Property Dialect As String

プロパティ値

言語を識別する URI を含む文字列。 既定値は System.IdentityModel.Protocols.WSTrust.WSIdentityConstants.Dialect です。これは、コレクション内のオブジェクトが情報カード プロファイルに対応していることを RequestClaim 示します。

注釈

wst:Claims 要素の言語属性を表します。 この必須属性には、要求された要求のセットを指定するために使用される構文を示す URI が含まれています。

適用対象