Exemple #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();
     }
 }
Exemple #2
0
    public EVerificationSecurityLevel GetSecurityLevel(SWIGTYPE_p_double threshold)
    {
        EVerificationSecurityLevel ret = (EVerificationSecurityLevel)PapillonPINVOKE.PVerify_GetSecurityLevel(swigCPtr, SWIGTYPE_p_double.getCPtr(threshold));

        if (PapillonPINVOKE.SWIGPendingException.Pending)
        {
            throw PapillonPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
Exemple #3
0
    public PResult SetSecurityLevel(EVerificationSecurityLevel securityLevel)
    {
        PResult ret = new PResult(PapillonPINVOKE.PVerify_SetSecurityLevel__SWIG_1(swigCPtr, (int)securityLevel), true);

        return(ret);
    }