Example #1
0
 public string DecryptPassword(VCover.AuthenticationRef.AuthenticationHeader AuthenticationHeader, string encryptedPassword, string salt)
 {
     VCover.AuthenticationRef.DecryptPasswordRequest inValue = new VCover.AuthenticationRef.DecryptPasswordRequest();
     inValue.AuthenticationHeader = AuthenticationHeader;
     inValue.encryptedPassword    = encryptedPassword;
     inValue.salt = salt;
     VCover.AuthenticationRef.DecryptPasswordResponse retVal = ((VCover.AuthenticationRef.AuthenticationSoap)(this)).DecryptPassword(inValue);
     return(retVal.DecryptPasswordResult);
 }
Example #2
0
 VCover.AuthenticationRef.DecryptPasswordResponse VCover.AuthenticationRef.AuthenticationSoap.DecryptPassword(VCover.AuthenticationRef.DecryptPasswordRequest request)
 {
     return(base.Channel.DecryptPassword(request));
 }