WSFederationElement::Freshness Property

.NET Framework (current version)
 

Gets or sets the freshness attribute.

Namespace:   System.IdentityModel.Services.Configuration
Assembly:  System.IdentityModel.Services (in System.IdentityModel.Services.dll)

public:
[ConfigurationPropertyAttribute("freshness", DefaultValue = null, 
	IsRequired = false)]
property String^ Freshness {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The required freshness. Sets the WS-Federation sign-in request wfresh parameter. Optional.

System_CAPS_warningWarning

In the next release of .NET Framework 4.5, the Freshness property will be of type String and its default value will be null.

.NET Framework
Available since 4.5
Return to top
Show: