HOWTO: Digitally Sign Your Visual Basic 5.0 Internet Application

Last reviewed: January 16, 1998
Article ID: Q169609
The information in this article applies to:
  • Microsoft Visual Basic Control Creation, Learning, Professional, and Enterprise Editions for Windows, version 5.0
  • Microsoft Internet Client SDK, versions 4.0, 4.01

SUMMARY

With Visual Basic 5.0, you can now develop software easily for distribution over the Internet. Code received via the Internet lacks shrink-wrapped packaging to vouch for its reliability and some users may be skeptical when asked to download your application and components. To reassure these users that your application and components are safe to download, you can provide a digital signature to assure your customers that your software will not harm their systems. This article gives a brief overview of how to have your Visual Basic 5.0 Internet application or component digitally signed.

MORE INFORMATION

  1. First you need to have the latest version of Internet Explorer installed on your system. IE version 3.0 or later is required. To obtain the latest version of Internet Explorer please visit the following web location:

    http://www.microsoft.com/ie/download

  2. Next, you need to apply for credentials from a Certificate Authority (CA). A Certificate Authority is a third-party who will give users information about you. The CA provides and renews your certificate, authenticates your identity, and handles legal and liability issues for broken security. For instructions on obtaining a certificate from a CA, visit the following web sites:

    http://www.microsoft.com/workshop/prog/security/authcode/certs.htm

    http://www.microsoft.com/devonly

    You can also search the Microsoft home page for information about "Authenticode."

  3. Obtain the latest version of the ActiveX SDK for the tools needed to sign your code. Consult the code signing documentation provided in the SDK for additional information on using these tools. The ActiveX SDK is located at the following web address:

    http://www.microsoft.com/workshop/prog/sdk

    Once you have obtained the ActiveX SDK and followed the instructions for digitally signing your code, your application and/or components will be digitally signed and ready for Internet distribution.

REFERENCES

For more information regarding digital signing, visit the following web sites:

   http://www.microsoft.com/intdev/security/authcode/sixsteps.htm

   http://www.microsoft.com/security/tech/authcode/authcode.htm

Also, search the Microsoft home page for information about "Authenticode."
Keywords          : vb5all vb5howto VBKBInet VBKBSetup kbhowto
Version           : 5.0
Platform          : WINDOWS
Issue type        : kbhowto


================================================================================


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: January 16, 1998
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.