mirror of
https://github.com/bitwarden/server.git
synced 2025-06-14 06:50:47 -05:00
Move UserSignatureKeyPair to KM codeownership
This commit is contained in:
parent
9e0cdf3383
commit
6f7a1d196a
@ -1,10 +1,11 @@
|
|||||||
using System.ComponentModel.DataAnnotations;
|
using System.ComponentModel.DataAnnotations;
|
||||||
|
using Bit.Core.Entities;
|
||||||
using Bit.Core.Enums;
|
using Bit.Core.Enums;
|
||||||
using Bit.Core.Utilities;
|
using Bit.Core.Utilities;
|
||||||
|
|
||||||
#nullable enable
|
#nullable enable
|
||||||
|
|
||||||
namespace Bit.Core.Entities;
|
namespace Bit.Core.KeyManagement.Entities;
|
||||||
|
|
||||||
public class UserSignatureKeyPair : ITableObject<Guid>, IRevisable
|
public class UserSignatureKeyPair : ITableObject<Guid>, IRevisable
|
||||||
{
|
{
|
Loading…
x
Reference in New Issue
Block a user