Share via


Nonce.NonceExpirationInterval Property

Definition

Gets or sets the time after the request is made when the nonce should expire.

[Newtonsoft.Json.JsonProperty(PropertyName="nonceExpirationInterval")]
public string NonceExpirationInterval { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="nonceExpirationInterval")>]
member this.NonceExpirationInterval : string with get, set
Public Property NonceExpirationInterval As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to