共用方式為


SignInRequestMessage.Freshness 屬性

定義

取得或設定訊息的 wfresh 參數。

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

屬性值

wfresh 參數的值。 這應該是整數,表示為字串。 它會指定驗證有效的最長保留期限 (以分鐘為單位)。 零表示語彙基元發出之前,會提示使用者。

例外狀況

嘗試設定並非整數之字串表示的值。

備註

wfresh 參數指出驗證有效的分鐘數上限。 wfresh 參數是選擇性的。 將 Freshness 屬性設定為 null 或空字串,以從訊息中移除 wfresh 參數。

適用於