Ejemplo n.º 1
0
 public string EncryptPassword(CPrint2.AuthenticationRef.AuthenticationHeader AuthenticationHeader, string password, string salt)
 {
     CPrint2.AuthenticationRef.EncryptPasswordRequest inValue = new CPrint2.AuthenticationRef.EncryptPasswordRequest();
     inValue.AuthenticationHeader = AuthenticationHeader;
     inValue.password             = password;
     inValue.salt = salt;
     CPrint2.AuthenticationRef.EncryptPasswordResponse retVal = ((CPrint2.AuthenticationRef.AuthenticationSoap)(this)).EncryptPassword(inValue);
     return(retVal.EncryptPasswordResult);
 }
Ejemplo n.º 2
0
 CPrint2.AuthenticationRef.EncryptPasswordResponse CPrint2.AuthenticationRef.AuthenticationSoap.EncryptPassword(CPrint2.AuthenticationRef.EncryptPasswordRequest request)
 {
     return(base.Channel.EncryptPassword(request));
 }