/// <summary>
 /// Create encrypted storage.
 /// </summary>
 public EncryptedStorage()
 {
     Data = new EncryptedStorageContent();
 }
Beispiel #2
0
 /// <summary>
 /// Create encrypted storage.
 /// </summary>
 public EncryptedStorage()
 {
     Data = new EncryptedStorageContent();
 }