Share via


StreamProtectionInformation.TimeToNextKeyRotationAsTimespan Property

Definition

Gets or sets the time to the next key rotation as a TimeSpan.

public TimeSpan TimeToNextKeyRotationAsTimespan { get; set; }
member this.TimeToNextKeyRotationAsTimespan : TimeSpan with get, set
Public Property TimeToNextKeyRotationAsTimespan As TimeSpan

Property Value

The time to the next key rotation as a TimeSpan.

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.

Applies to