|
Installing .NET components into Visual Studio
The components are integrated into Visual Studio automatically. If you need to add the components to Toolbox manually, do the following:
In Visual Studio 2010, Visual Studio 2008 and Visual Studio 2005
- Use Main Menu -> Tools -> Choose Toolbox items to open Toolbox Customization dialog
- In the dialog that appears activate .NET Framework Components tab
- Use a filter to show only those components, which contain "SecureBlackbox" in the assembly name. To do this put "SecureBlackbox" to the filter box.
- Check all components that appear.
- If you don't find some component in the list, use Browse button to find and add the assembly, which contains the component, to the list.
The assemblies are located in <SecureBlackbox>\Assebmlies\NET_20 folder.
In Visual Studio.NET 2003
- Use Main Menu -> Tools -> Add / Remove Toolbox Items to open Toolbox Customization dialog
- In the dialog that appears activate .NET Framework Components tab
- Sort the list by name.
- Search the list for all components, which start with "El" and are located in SecureBlackbox assemblies.
- Check all components that you find.
- If you don't find some component in the list, use Browse button to find and add the assembly, which contains the component, to the list.
The assemblies are located in <SecureBlackbox>\Assebmlies\NET_11 folder.
Additional packages and sample projects
SSLBlackbox includes not only SSL classes themselves, but also components that can be used with third-party libraries. Currently RemObjects SDK for .NET and RemObjects InternetPack are supported. These components are not installed by default. You will need to build and install the packages as described below.
- RemObjects products:
You need to install the SSLConnection project located in <SecureBlackbox>\Classes\RemObjects.InternetPack folder.
Note that you need to have RemObjects.InternetPack 1.0.1.49 and later to use SecureBlackbox.NET.
|