次の方法で共有


SignInRequestMessage.CurrentTime プロパティ

定義

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

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

プロパティ値

UTC の日付時刻文字列として指定された wct パラメーターの値。

例外

有効な日付時刻文字列でない値を設定しようとしました。

注釈

wct パラメーターは、メッセージが作成された時点の現在の時刻を指定します。 wct パラメーターは省略可能です。 CurrentTimeメッセージから wct パラメーターを削除するには、 プロパティnullまたは空の文字列に設定します。

適用対象