예제 #1
0
파일: PlcmProxy.cs 프로젝트: dazhouhu/QLSDK
 public static ErrorNumber SetCertificateChoice(string certFingerPrint, int confirmId, CertificateChoiceType userChoice)
 {
     return((ErrorNumber)PlcmHelper.setCertificateChoice(certFingerPrint, confirmId, (int)userChoice));
 }