[성현모] KeficoMailService 추가, KMS 인증서 컨피그 추가
This commit is contained in:
@ -12,6 +12,10 @@ namespace WebApi.Project.ProxyKMS.Models
|
||||
public string ApiName { get; set; } = string.Empty;
|
||||
|
||||
public List<Function> Functions { get; set; } = new List<Function>();
|
||||
|
||||
public bool CertificateVerify { get; set; } = false;
|
||||
public string CertPemPath { get; set; } = string.Empty;
|
||||
public string CertKeyPath { get; set; } = string.Empty;
|
||||
}
|
||||
|
||||
public class Function
|
||||
|
||||
Reference in New Issue
Block a user