internal VaultInfo(string id, Encrypted encryptedAttributes, Encrypted encryptedKey, Keychain keychain) { Id = id; _encryptedAttributes = encryptedAttributes; _encryptedKey = encryptedKey; _keychain = keychain; }