LocalClientSecuritySettingsElement.TimestampValidityDuration Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a TimeSpan that specifies the duration in which a time stamp is valid.
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
Property Value
A positive TimeSpan that specifies the duration in which a time stamp is valid. The default is "00:15:00".
- Attributes
Applies to
Sodelujte z nami v storitvi GitHub
Vir za to vsebino najdete v storitvi GitHub, kjer lahko tudi ustvarite in pregledate težave in zahtevke za uveljavitev sprememb. Če želite več informacij, glejte naš vodnik za sodelavce.