10 lines
210 B
C#
10 lines
210 B
C#
![]() |
namespace Shared.DTOs
|
|||
|
{
|
|||
|
public class PublicKeyDTO
|
|||
|
{
|
|||
|
public string PublicKey { get; set; }
|
|||
|
public string PublicKeyBase64 { get; set; }
|
|||
|
public string type { get; set; }
|
|||
|
}
|
|||
|
}
|