Share via


StreamProtectionInformation.TimeToNextKeyRotation Property

Definition

Gets or sets the time until the next key rotation.

public string TimeToNextKeyRotation { get; set; }
member this.TimeToNextKeyRotation : string with get, set
Public Property TimeToNextKeyRotation As String

Property Value

The time until the next key rotation.

Remarks

If this property is not used, the encryption machine must make the determination when the next key rotation occurs. If this property is present, the encryption machine should select the next fragment boundary occurring within the specified interval. For example, if the period is 10 minutes from stream timestamp 0 and keys can be rotated at 9:59 and 10:01, the encryptor must pick 9:59. The string contains an XSD duration with up to millisecond granularity.

Applies to