StreamProtectionInformation.TimeToNextKeyRotation 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 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.