Esempio n. 1
0
 public string GetAuthenticationToken(string Email, string Password, string AccountID, string GoToEnvelopeID)
 {
     DocuSignSample.CredentialAPI.GetAuthenticationTokenRequest inValue = new DocuSignSample.CredentialAPI.GetAuthenticationTokenRequest();
     inValue.Body                = new DocuSignSample.CredentialAPI.GetAuthenticationTokenRequestBody();
     inValue.Body.Email          = Email;
     inValue.Body.Password       = Password;
     inValue.Body.AccountID      = AccountID;
     inValue.Body.GoToEnvelopeID = GoToEnvelopeID;
     DocuSignSample.CredentialAPI.GetAuthenticationTokenResponse retVal = ((DocuSignSample.CredentialAPI.CredentialSoap)(this)).GetAuthenticationToken(inValue);
     return(retVal.Body.GetAuthenticationTokenResult);
 }
Esempio n. 2
0
 DocuSignSample.CredentialAPI.GetAuthenticationTokenResponse DocuSignSample.CredentialAPI.CredentialSoap.GetAuthenticationToken(DocuSignSample.CredentialAPI.GetAuthenticationTokenRequest request)
 {
     return(base.Channel.GetAuthenticationToken(request));
 }