|
Navigation: Actions > Microsoft .NET > Import Type Library > Import Type Library Action Options Tab |
![]() ![]()
|
This tab of the Import Type Library action configures additional options.

Sign with key pair found in key container: Signs the resulting assembly with a strong name using the public/private key pair found in the specified key container (optional).
Sign with key pair found in file: Signs the resulting assembly with a strong name using the publisher's official public/private key pair found in filename (optional).
Sign with public key in file: Specifies the file containing the public key to use to sign the resulting assembly (optional). If you specify the key container or key file option instead, the action generates the public key from the public/private key pair supplied there. This option supports test key and delay signing scenarios.
Delay sign: Specifies to sign the resulting assembly with a strong name using delayed signing. You must specify this option with either the key container, key file, or public key option. For more information on the delayed signing process, see Delay Signing an Assembly.
Do not display copyright: Suppresses display of version and copyright.
Additional command-line options: Use this field to enter any additional command-line options to be added to the call that is constructed (optional).
Show command-line constructed: Shows the command-line details for the TlbImp call. This can be useful for debugging purposes.
Note: This action expects the DOTNETSDK_DIR macro to be defined, pointing to the base directory of the .NET SDK installation path. A global DOTNETSDK_DIR macro for the latest version of the .NET Framework is initialized during installation and can be updated by clicking the Reload button on the File Locations tab of the Application Options dialog. Or a project or temporary DOTNETSDK_DIR macro can be created to specify the path to use.