SslCacheNet 1.3.0

dotnet tool install --global SslCacheNet --version 1.3.0                
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest # if you are setting up this repo
dotnet tool install --local SslCacheNet --version 1.3.0                
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=SslCacheNet&version=1.3.0                
nuke :add-package SslCacheNet --version 1.3.0                

SslCacheNet

Utility to list and purge client & server secure connection cache from SCHANNEL (lsass.exe)

Usage

SslCacheNet [operation] [flags]

Operations:

-?     Show usage
-l     List cache entries (default)
-i     List cache entries interactively
-p     Purge cache entries

flags:

-c      Include all client entries (default)
-s      Include all server entries

Examples

  • Show client & server SSL/TLS connection cache

    SslCacheNet -l -c -s
    
  • Show interactive client & server SSL/TLS connection cache with a 500ms refreshing time

    SslCacheNet -i500 -c -s
    
  • Purge client & server SSL/TLS connection cache

    # 1. Prompt in Admin
    # 2. Use PsExec from Sysinternals to permit SeTcbPrivilege to work
    
  •  PsExec.exe -s SslCacheNet.exe -p -c -s
    
Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last updated
1.3.0 85 11/28/2024