1namespace Seafile { 2 3public class CryptKey : Object { 4 public string key { set; get; } 5 public string iv { set; get; } 6} 7 8} 9