Share via


Status.Code プロパティ

定義

RSTR の WS-Trust 検証バインディングのステータス コードを取得または設定します。

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

プロパティ値

ステータス コード URI を含む文字列。

注釈

wst:Code 要素の内容を表します。 この必須要素には、検証要求の状態を示す URI が含まれています。

適用対象