Ejemplo n.º 1
0
 internal VaultInfo(string id, Encrypted encryptedAttributes, Encrypted encryptedKey, Keychain keychain)
 {
     Id = id;
     _encryptedAttributes = encryptedAttributes;
     _encryptedKey        = encryptedKey;
     _keychain            = keychain;
 }