Binds to a vault with the specified name (e.g., 'Sample Vault'). The default authentication method is used if the login is allowed.
Visual Basic |
---|
Public Function BindToVault( _ ByVal VaultConnection As String, _ ByVal ParentWindow As Long, _ ByVal CanLogIn As Boolean, _ ByVal ReturnNULLIfCancelledByUser As Boolean _ ) As Vault |