Have an amazing solution built in RAD Studio? Let us know. Looking for discounts? Visit our Special Offers page!
CodeDelphiTech Partner

Quickly Identify The Windows Cached Network Credentials Through Code

mitecsnetcredsfsimage

Using Credentials Manager on windows allows users can easily identify the cached network credentials. However, Sometimes Developers need to list down the cached windows network credentials from a Delphi App programmatically? Don’t know how to do it?. Don’t worry. MiTec’s System Information Management Suite helps to enumerate the Network Credentials, we will learn how to use the MiTeC_NetCreds Component in this blog post.

Platforms: Windows.

Installation Steps:  

You can easily install this Component Suite from GetIt Package Manager. The steps are as follows.

  1. Navigate In RAD Studio IDE->Tools->GetIt Package Manager->select Components in Categories->Components->Trail -MiTec system Information Component Suite 14.3 and click Install Button.
  2. Read the license and Click Agree All. An Information dialog saying ‘Requires a restart of RAD studio at the end of the process. Do you want to proceed? click yes and continue.
  3. It will download the plugin and installs it. Once installed Click Restart now.

How to run the Demo app: 

  • Navigate to the System Information Management Suite trails setup, Demos folder which is installed during Get It installation e.g) C:UsersDocumentsEmbarcaderoStudio21.0CatalogRepositoryMiTeC-14.3DemosDelphi24
  • Open the NetCreds project in RAD studio 10.4.1 compile and Run the application.
  • This Demo App shows how to list down the Network credentials, enumerate among them and access its properties.

Components used in MSIC TS Demo App:

  •  TListView to show the cached Network Credentials and its properties.
  • TButton to save the listed Network Credentials to a .sif file and close the application.

Implementation Details:

  • An Instance is created NC of TMiTeC_NetCreds. Loop through the NC Record count and add the Network Credentials item to the list view. List down the properties such as Credentials Type, Target, Timestamp, Username, and Password of each TCredRecord item to list view item. Credential Types can be Generic, Domain Password, Domain Certificate, etc.
  • Display the Network Credentials properties as shown below.
netcredsdemo 3357012

It’s that simple to enumerate cached network credentials and list their properties for your application. Use this MiTeC component suite and get the job done quickly.

Head over and check out the full MiTec System Information Management Suite for Access System Information for Windows in Delphi Applications

With the use of Windows IDE, you can Quickly Identify The Windows Cached Network Credentials when developing in Delphi or C++ environments. Try your Free Trial here.


Reduce development time and get to market faster with RAD Studio, Delphi, or C++Builder.
Design. Code. Compile. Deploy.
Start Free Trial   Upgrade Today

   Free Delphi Community Edition   Free C++Builder Community Edition

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

IN THE ARTICLES