Description:
Looking a an export of the Key Store, keys have the following parameters :
ChangeFrequency ChangeValue FireHour IsEnabled NewKeyTime OldKeyTime
What is the description of each of them ?
Solution:
Here are the parameters and their description :
ChangeFrequency
Key rollover should happen daily, weekly. Possible values are 0,1,2,3 : if it is 0 key rollover should not happen; if it is 1 key rollover happen per day; if it is 2 key rollover happen daily; if it is 3 key rollover happen weekly;
ChangeValue
How many times key rollover should happen; For example if changeFrequency is daily, then ChangeValue could be 1,2, .. etc. If ChangeValue is 2 and ChangeFrequency daily then key rollover happen for daily twice;
FireHour
Next time when key rollover will going to happen;
IsEnabled
Key rollover enabled or not;
NewKeyTime
Time when key rollover happen;
OldKeyTime
Last updated key time;