SignInRequestMessage.Freshness Property

Definition

Gets or sets the wfresh parameter of the message.

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

Property Value

The value of the wfresh parameter. This should be an integer represented as a string. It specifies the maximum age in minutes that the authentication is valid. Zero indicates that the user should be prompted before the token is issued.

Exceptions

An attempt to set a value that is not a string representation of an integer.

Remarks

The wfresh parameter indicates the maximum age in minutes that the authentication is valid. The wfresh parameter is optional. Set the Freshness property to null or an empty string to remove the wfresh parameter from the message.

Applies to