1
0
mirror of https://github.com/bitwarden/server synced 2025-12-29 22:54:00 +00:00

Expand comment

This commit is contained in:
Bernd Schoolmann
2025-12-03 12:58:14 +01:00
parent 1dc63c435e
commit 54a9914e5c

View File

@@ -3,7 +3,7 @@
namespace Bit.Core.KeyManagement.Commands.Interfaces;
/// <summary>
/// Command to set account keys for a new user that does not have keys yet.
/// Command to set account keys for a new user that does not have keys yet. This supports both V1 user and V2 user initialization.
/// This is intended for the TDE and Key-connector account registration flows.
/// </summary>
public interface ISetAccountKeysForUserCommand