46 public DateTime?
ValidTo {
get;
private set; }
57 this.ValidFrom = From;
Event arguments for public key request events.
IE2eEndpoint Key
Public key of endpoint corresponding to Address.
DateTime? ValidTo
To when key is valid, in UTC.
DateTime? Timestamp
Optional Timestamp for when the key was used, in UTC.
PublicKeyEventArgs(string Address, DateTime? Timestamp)
Event arguments for public key request events.
void ReturnKey(IE2eEndpoint Key, DateTime From, DateTime? To)
Returns a public key, and the time period for which it is valid.
string Address
Address whose public key is requested
DateTime? ValidFrom
From when key is valid, in UTC.
Abstract base class for End-to-End encryption schemes.