Beispiel #1
0
 public PVerify(PEnrollment enrollment, EVerificationSecurityLevel securityLevel) : this(PapillonPINVOKE.new_PVerify__SWIG_2(PEnrollment.getCPtr(enrollment), (int)securityLevel), true)
 {
     if (PapillonPINVOKE.SWIGPendingException.Pending)
     {
         throw PapillonPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Beispiel #2
0
 public PVerify(PEnrollment enrollment) : this(PapillonPINVOKE.new_PVerify__SWIG_3(PEnrollment.getCPtr(enrollment)), true)
 {
     if (PapillonPINVOKE.SWIGPendingException.Pending)
     {
         throw PapillonPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Beispiel #3
0
 public PEnrollment(PEnrollment other) : this(PapillonPINVOKE.new_PEnrollment__SWIG_1(PEnrollment.getCPtr(other)), true)
 {
     if (PapillonPINVOKE.SWIGPendingException.Pending)
     {
         throw PapillonPINVOKE.SWIGPendingException.Retrieve();
     }
 }