Provides a simple API to add, remove or retrieve bindings between a https port and a SSL certificate. This library can be considered as a programmatic alternative to Windows command line tools 'netsh http show|add|delete sslcert' or 'httpcfg query|set|delete ssl'.
Carbon is a PowerShell module for automating the configuration Windows 7, 8, 2008, and 2012 and automation the installation and configuration of Windows applications, websites, and services. It can configure and manage:
* Local users and groups
* IIS websites, virtual directories, and...
More information
This library allows .NET developers to use the Windows HTTP server API to manage the Windows HTTP server API without using the "netsh" tool with the "http" option.
Allows you to list (get), update and delete Windows HTTP Server API rules.
Windows HTTP Server API: https://docs.microsoft.com/en-us/windows/win32/api/_http/
A .NET wrapper for the Win32 HTTP Server URL ACL APIs. This library can be considered as a programmatic alternative to Windows command line tools netsh http show|add|delete urlacl.
This library wraps around native methods HttpSetServiceConfiguration, HttpDeleteServiceConfiguration and...
More information