EncryptionProtector.AutoRotationEnabled Property

Definition

Gets or sets key auto rotation opt-in flag. Either true or false.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.autoRotationEnabled")]
public bool? AutoRotationEnabled { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.autoRotationEnabled")>]
member this.AutoRotationEnabled : Nullable<bool> with get, set
Public Property AutoRotationEnabled As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to