API Reference
Class
Item (KdsRootKeyPostureService)
Projected KDS root key item.
Inheritance
- Object
- Item
Constructors
public Item() #Inherited Methods
Properties
public Guid KeyId { get; set; } #Unique root-key identifier.
public Nullable<DateTime> CreationTimeUtc { get; set; } #Creation time in UTC when available.
public Nullable<DateTime> EffectiveTimeUtc { get; set; } #Effective time in UTC when available.
public Boolean IsEffective { get; set; } #True when the key is effective at the evaluation point in time.
public String State { get; set; } #Projected key state label.
public Nullable<Int32> AgeDays { get; set; } #Age of the key in whole days when creation time is known.
public Nullable<Double> HoursUntilEffective { get; set; } #Hours remaining until the key becomes effective when known.