次の方法で共有


SignInRequestMessage.Resource プロパティ

定義

メッセージの wres パラメーターを取得または設定します。

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

プロパティ値

wres パラメーターの値。

例外

有効な絶対 URI でない値の設定が試行されます。

注釈

アクセスするリソースの URL を指定します。 wres パラメーターはレガシ パラメーターです。 通常、wtrealm パラメーター (プロパティ) が Realm 代わりに使用されます。 wres パラメーターは省略可能です。 メッセージから wres パラメーターを Resource 削除するには、 プロパティに null または空の文字列を設定します。

適用対象