System.Net.Http.CachedCertificateValue sealed class CachedCertificateValue Documentation Code public long LastUsedTime { get; set; } public byte[] RawCertificateData { get; } public CachedCertificateValue(byte[] rawCertificateData, long lastUsedTime)