...
This commit is contained in:
16
Shared/DTOs/CsrPrivateKeyDto.cs
Normal file
16
Shared/DTOs/CsrPrivateKeyDto.cs
Normal file
@@ -0,0 +1,16 @@
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
|
||||
namespace Shared.DTOs
|
||||
{
|
||||
public class CsrPrivateKeyDto
|
||||
{
|
||||
[Required]
|
||||
public string cn { get; set; }
|
||||
[Required]
|
||||
public string sn { get; set; }
|
||||
[Required]
|
||||
public string company { get; set; }
|
||||
[Required]
|
||||
public string Mobile { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user