LocalServiceSecuritySettingsElement.TimestampValidityDuration Właściwość
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Pobiera lub ustawia , TimeSpan który określa czas trwania, w którym sygnatura czasowa jest prawidłowa.
public:
property TimeSpan TimestampValidityDuration { TimeSpan get(); void set(TimeSpan value); };
[System.ComponentModel.TypeConverter(typeof(System.ServiceModel.TimeSpanOrInfiniteConverter))]
[System.Configuration.ConfigurationProperty("timestampValidityDuration", DefaultValue="00:05:00")]
public TimeSpan TimestampValidityDuration { get; set; }
[System.Configuration.ConfigurationProperty("timestampValidityDuration", DefaultValue="00:05:00")]
[System.ComponentModel.TypeConverter(typeof(System.Runtime.TimeSpanOrInfiniteConverter))]
public TimeSpan TimestampValidityDuration { get; set; }
[System.Configuration.ConfigurationProperty("timestampValidityDuration", DefaultValue="00:05:00")]
[System.ComponentModel.TypeConverter(typeof(System.ServiceModel.Configuration.TimeSpanOrInfiniteConverter))]
public TimeSpan TimestampValidityDuration { get; set; }
[<System.ComponentModel.TypeConverter(typeof(System.ServiceModel.TimeSpanOrInfiniteConverter))>]
[<System.Configuration.ConfigurationProperty("timestampValidityDuration", DefaultValue="00:05:00")>]
member this.TimestampValidityDuration : TimeSpan with get, set
[<System.Configuration.ConfigurationProperty("timestampValidityDuration", DefaultValue="00:05:00")>]
[<System.ComponentModel.TypeConverter(typeof(System.Runtime.TimeSpanOrInfiniteConverter))>]
member this.TimestampValidityDuration : TimeSpan with get, set
[<System.Configuration.ConfigurationProperty("timestampValidityDuration", DefaultValue="00:05:00")>]
[<System.ComponentModel.TypeConverter(typeof(System.ServiceModel.Configuration.TimeSpanOrInfiniteConverter))>]
member this.TimestampValidityDuration : TimeSpan with get, set
Public Property TimestampValidityDuration As TimeSpan
Wartość właściwości
Wynik dodatni TimeSpan określający czas trwania, w którym sygnatura czasowa jest prawidłowa. Wartość domyślna to "00:15:00".
- Atrybuty