WsFederationConfiguration.Freshness Property

Definition

Gets or sets the value of the wfresh parameter to use in WS-Federation sign-in requests ("wsignin1.0").

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 desired maximum age of authentication requests, in minutes. The default is DefaultFreshness.

Applies to

See also