Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
VB.NET
In an addin code, is there a way to assign "m_conn" to the existing Vault login connection? The user is already signed in and connected to Vault, so there should be a way to use that connection?
In external code (not in an addin) I do this..
Public m_conn As VDF.Vault.Currency.Connections.Connection
Dim LoginResults As VDF.Vault.Results.LogInResult = VDF.Vault.Library.ConnectionManager.LogIn(sLocalHost, sVault, "Administrator", "", VDF.Vault.Currency.Connections.AuthenticationFlags.Standard, Nothing)
m_conn = LoginResults.Connection
Solved! Go to Solution.
