Microsoft Windows
One way to determine whether an executable has linked the static version of kmclient.lib is to open the executable in Dependency Walker (depends.exe, which is included in the Microsoft Visual Studio 6.0 Tools and can be downloaded at http://www.dependencywalker.com):
- If kmclient.dll is shown as one of the dependencies, then it is dynamically linked. (You can also use "dumpbin /dependents" followed by the executable name.)
- If kmclient.dll is not shown as one of the dependencies, but when the executable is selected, the Export Function List (the pane where the first column is 'E') displays the RKM Client functions such as Initialize, Shutdown, KMSInit, KMSGetKey, etc., then it is statically linked to kmclient.lib. (You can also use "dumpbin /exports" followed by the executable name.)
Related Articles
How to tell if the Oracle database on an appliance is Local or Remote in RSA Identity Governance & Lifecycle 61Number of Views RSA Authentication Manager SNMP 192Number of Views How to set PINs and navigate Next Tokencode Mode for RSA SecurID Tokens using NTRadPing 739Number of Views Authentication Manager How to Enable or Disable Strict TLS 1.2 Mode in RSA Authentication Manager 8.x Using the CLI 3.51KNumber of Views How to Increase Java Heap Size in Config.groovy to Resolve OutOfMemoryError in RSA Authentication Manager 8.3 and Later 2.13KNumber of Views
Trending Articles
How to manipulate imported RSA SecurID Software Token(s) on an iPhone or iPad device RSA MFA Agent 2.5 for Microsoft Windows Installation and Administration Guide RSA Authentication Manager Patch Updates Quick Setup Guide - Passwordless Authentication in Windows MFA Agent for Active Directory Quick Setup Guide - Passwordless Authentication in Windows MFA Agent for Microsoft Entra ID