StreamProtectionInformation.TimeToNextKeyRotationAsTimespan Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.