KeyInfo class KeyInfo : IXmlSerializable Key information. Documentation Code public string Expiry { get; } The date-time the key expires in ISO 8601 UTC time. public string Start { get; set; } The date-time the key is active in ISO 8601 UTC time. public KeyInfo(string expiry) Initializes a new instance of KeyInfo.