共用方式為


EncryptionService.LastEnabledTime Property

Definition

Gets a rough estimate of the date/time when the encryption was last enabled by the user. Data is encrypted at rest by default today and cannot be disabled.

[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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to