[성현모] proxykms gui 추가
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
using Microsoft.OpenApi.Writers;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using System.Security.Cryptography.Xml;
|
||||
|
||||
namespace WebApi.Project.ProxyKMS.Models
|
||||
{
|
||||
@ -101,6 +102,7 @@ namespace WebApi.Project.ProxyKMS.Models
|
||||
{
|
||||
public string ProvisioningType { get; set; } = string.Empty;
|
||||
public string EcuID { get; set; } = string.Empty;
|
||||
public string KeyID { get; set; } = string.Empty;
|
||||
}
|
||||
public class Response_SupplierKeySyncValue : Response_Common
|
||||
{
|
||||
@ -176,6 +178,7 @@ namespace WebApi.Project.ProxyKMS.Models
|
||||
{
|
||||
public string ProvisioningType { get; set; } = string.Empty;
|
||||
public string EcuID { get; set; } = string.Empty;
|
||||
public string KeyID { get; set; } = string.Empty;
|
||||
}
|
||||
public class Response_SupplierKeySyncValue : Response_Common
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user