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