...
This commit is contained in:
9
Shared/DTOs/PublicKeyDTO.cs
Normal file
9
Shared/DTOs/PublicKeyDTO.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace Shared.DTOs
|
||||
{
|
||||
public class PublicKeyDTO
|
||||
{
|
||||
public string PublicKey { get; set; }
|
||||
public string PublicKeyBase64 { get; set; }
|
||||
public string type { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user