次の方法で共有


EncryptionService.LastEnabledTime プロパティ

定義

暗号化がユーザーによって最後に有効になった日時の大まかな見積もりを取得します。 現在、データは保存時に暗号化されており、無効にすることはできません。

[Newtonsoft.Json.JsonProperty(PropertyName="lastEnabledTime")]
public DateTime? LastEnabledTime { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="lastEnabledTime")>]
member this.LastEnabledTime : Nullable<DateTime>
Public ReadOnly Property LastEnabledTime As Nullable(Of DateTime)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象