Share via


WSFederationElement.Freshness 属性

定义

获取或设置 freshness 特性。

public:
 property System::String ^ Freshness { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("freshness", DefaultValue=null, IsRequired=false)]
public string Freshness { get; set; }
[<System.Configuration.ConfigurationProperty("freshness", DefaultValue=null, IsRequired=false)>]
member this.Freshness : string with get, set
Public Property Freshness As String

属性值

必需的新鲜度。 设置 WS-Federation 登录请求 wfresh 参数。 可选。

属性

适用于

另请参阅