LocalServiceSecuritySettingsElement.TimestampValidityDuration Eigenschap
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Hiermee haalt u een op of stelt u een TimeSpan die de duur aangeeft waarin een tijdstempel geldig is.
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
Waarde van eigenschap
Een positief TimeSpan dat de duur aangeeft waarin een tijdstempel geldig is. De standaardwaarde is '00:15:00'.
- Kenmerken