WSFederationElement.Freshness Eigenschaft

Definition

Ruft das freshness-Attribut ab oder legt dieses fest.

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

Eigenschaftswert

Die erforderliche Aktualität. Legt den wfresh-Parameter für eine WS-Verbund-Anmeldungsanforderung fest. Dies ist optional.

Attribute

Gilt für:

Weitere Informationen