次の方法で共有


UserTokenParameters.Expiry プロパティ

定義

トークンの有効期限を取得または設定します。 最大トークンの有効期限は 30 日に設定されます。 日付は、ISO 8601 標準で指定されている形式 yyyy-MM-ddTHH:mm:ssZ に準拠しています。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.expiry")]
public DateTime Expiry { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.expiry")>]
member this.Expiry : DateTime with get, set
Public Property Expiry As DateTime

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象