Skip to main content

What is the syntax needed in the credential input on the query task?

Comments

2 comments

  • Amanda Frech
    Hi Jeff,

     

    The credential input for the QueryTask activity uses the System.Net.ICredentials type. I think you should be able to set up a variable of that type using one of the constructors listed here (https://msdn.microsoft.com/en-us/library/system.net.networkcredential(v=vs.110).aspx) .

     

    Eg.  Assign Activity: credentialsVariable = New System.Net.NetworkCredential(user name, password, domain) Hope that helps!

     

    Amanda
    0
  • Permanently deleted user
    Can you use the credentials input to access an XML feed with username and password?
    0

Please sign in to leave a comment.