Exemplo n.º 1
0
 public Mailer(Logger log, ConfigSectionMail config, Gpg gpg)
 {
     _log    = log;
     _config = config;
     _gpg    = gpg;
 }
Exemplo n.º 2
0
 public override string ToString()
 {
     return(string.Format("{0} {1}/{2} {3} {4} {5} {6}", Id, Type, Bits, Created, Gpg.PrintKeyUsage(Usage), Expiry, Status));
 }