AuthenticationToken.ExpiryBuffer 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 the amount of time to deduct from the actual expiry time. This is used to ensure that the token does not expire while processing is still in progress.
public TimeSpan ExpiryBuffer { get; set; }
member this.ExpiryBuffer : TimeSpan with get, set
Public Property ExpiryBuffer As TimeSpan