<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Unable to use the windowsauthentication option in Vault Customization Forum</title>
    <link>https://forums.autodesk.com/t5/vault-customization-forum/unable-to-use-the-windowsauthentication-option/m-p/5726589#M9279</link>
    <description>&lt;P&gt;I do not receive any exception. &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After splitting the line in two parts we see the following:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG title="Clipboard02.jpg" alt="Clipboard02.jpg" src="https://forums.autodesk.com/t5/image/serverpage/image-id/179266iFACC157492B2F2AC/image-size/original?v=mpbl-1&amp;amp;px=-1" border="0" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And now it works! Is this normal you sometimes have to split the code in two step to get the correct result?&lt;/P&gt;</description>
    <pubDate>Mon, 20 Jul 2015 06:24:26 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-07-20T06:24:26Z</dc:date>
    <item>
      <title>Unable to use the windowsauthentication option</title>
      <link>https://forums.autodesk.com/t5/vault-customization-forum/unable-to-use-the-windowsauthentication-option/m-p/5724566#M9277</link>
      <description>&lt;P&gt;I like to connect my program to&amp;nbsp;the Vault using windows authentication, like the users do everyday when using Vault Explorer.&lt;/P&gt;&lt;P&gt;Just for testing I created this line, which works fine:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;Me&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;.Conn = VDF.Vault.&lt;/FONT&gt;&lt;FONT color="#2b91af" face="Consolas" size="2"&gt;Library&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;.ConnectionManager.LogIn(&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;Me&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;.VaultServerName, &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;Me&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;.VaultDBName, &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;Me&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;.VaultUserName, &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;Me&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;.VaultUserPassword, VDF.Vault.Currency.Connections.&lt;/FONT&gt;&lt;FONT color="#2b91af" face="Consolas" size="2"&gt;AuthenticationFlags&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;.Standard, &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;Nothing&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;).Connection&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I replace this line with the new version:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;Me&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;.Conn = VDF.Vault.&lt;/FONT&gt;&lt;FONT color="#2b91af" face="Consolas" size="2"&gt;Library&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;.ConnectionManager.LogIn(&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;Me&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;.VaultServerName, &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;Me&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;.VaultDBName, &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;Me&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;.VaultUserName, &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;Me&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;.VaultUserPassword, VDF.Vault.Currency.Connections.&lt;/FONT&gt;&lt;FONT color="#2b91af" face="Consolas" size="2"&gt;AuthenticationFlags&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;.WindowsAuthentication, &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;Nothing&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;).Connection&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Consolas" size="2"&gt;I understand username and password are ignored&amp;nbsp;when using WA.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Consolas" size="2"&gt;Why am I able to run the first line and not the second variant?&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jul 2015 12:14:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-customization-forum/unable-to-use-the-windowsauthentication-option/m-p/5724566#M9277</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-17T12:14:37Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to use the windowsauthentication option</title>
      <link>https://forums.autodesk.com/t5/vault-customization-forum/unable-to-use-the-windowsauthentication-option/m-p/5724898#M9278</link>
      <description>&lt;P&gt;What happens when you run the second version? &amp;nbsp;Do you get an exception? If so, what are the details of the exception?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- Matt&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jul 2015 14:52:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-customization-forum/unable-to-use-the-windowsauthentication-option/m-p/5724898#M9278</guid>
      <dc:creator>smithmat</dc:creator>
      <dc:date>2015-07-17T14:52:12Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to use the windowsauthentication option</title>
      <link>https://forums.autodesk.com/t5/vault-customization-forum/unable-to-use-the-windowsauthentication-option/m-p/5726589#M9279</link>
      <description>&lt;P&gt;I do not receive any exception. &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After splitting the line in two parts we see the following:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG title="Clipboard02.jpg" alt="Clipboard02.jpg" src="https://forums.autodesk.com/t5/image/serverpage/image-id/179266iFACC157492B2F2AC/image-size/original?v=mpbl-1&amp;amp;px=-1" border="0" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And now it works! Is this normal you sometimes have to split the code in two step to get the correct result?&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jul 2015 06:24:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-customization-forum/unable-to-use-the-windowsauthentication-option/m-p/5726589#M9279</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-20T06:24:26Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to use the windowsauthentication option</title>
      <link>https://forums.autodesk.com/t5/vault-customization-forum/unable-to-use-the-windowsauthentication-option/m-p/5726911#M9280</link>
      <description>&lt;P&gt;Glad it is working. &amp;nbsp;No--there is no difference (functionally) between your first and second versions of the code.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- Matt&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jul 2015 12:04:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-customization-forum/unable-to-use-the-windowsauthentication-option/m-p/5726911#M9280</guid>
      <dc:creator>smithmat</dc:creator>
      <dc:date>2015-07-20T12:04:31Z</dc:date>
    </item>
  </channel>
</rss>

