public bool Verify(SealSignBSSClientTest.BiometricAuthenticationService.BiometricAuthenticationType type, byte[] biometricState, out double score)
 {
     SealSignBSSClientTest.BiometricAuthenticationService.VerifyRequest inValue = new SealSignBSSClientTest.BiometricAuthenticationService.VerifyRequest();
     inValue.type           = type;
     inValue.biometricState = biometricState;
     SealSignBSSClientTest.BiometricAuthenticationService.VerifyResponse retVal = ((SealSignBSSClientTest.BiometricAuthenticationService.IBiometricAuthenticationServiceBasic)(this)).Verify(inValue);
     score = retVal.score;
     return(retVal.VerifyResult);
 }
 public System.Threading.Tasks.Task <SealSignBSSClientTest.BiometricAuthenticationService.VerifyResponse> VerifyAsync(SealSignBSSClientTest.BiometricAuthenticationService.VerifyRequest request)
 {
     return(base.Channel.VerifyAsync(request));
 }
 SealSignBSSClientTest.BiometricAuthenticationService.VerifyResponse SealSignBSSClientTest.BiometricAuthenticationService.IBiometricAuthenticationServiceBasic.Verify(SealSignBSSClientTest.BiometricAuthenticationService.VerifyRequest request)
 {
     return(base.Channel.Verify(request));
 }