Share via


<timeToleranceInSeconds> Element

Specifies the time buffer used by WSE to determine when a SOAP message is valid.

<microsoft.web.services2> Element
  <security> Element

<timeToleranceInSeconds>tolerance value</timeToleranceInSeconds>

Attributes and Elements

Attributes

None.

Child Elements

None.

Parent Elements

Element Description

<security> Element

Controls the security settings for a WSE application.

Text Value

A text value is required. The text value is the time buffer used by WSE to determine when a SOAP message is valid. The minimum value is 0 and the maximum value is 86400 (24 hours).

Remarks

Use the <timeToleranceInSeconds> element when there is a clock difference between the SOAP message sender and receiver. WSE uses the <timeToleranceInSeconds> element when it compares the current time against the expiration time for all security tokens and against the creation time for post-dated security tokens. The default time buffer is five minutes. That is, WSE uses the <timeToleranceInSeconds> element to determine the time buffer of when a security token or SOAP message is valid.

See Also

Reference

<ttlInSeconds> Element