namespace Seafile { public class CryptKey : Object { public string key { set; get; } public string iv { set; get; } } }