NtApiDotNet.Forms 1.1.31

There is a newer version of this package available.
See the version list below for details.
dotnet add package NtApiDotNet.Forms --version 1.1.31
NuGet\Install-Package NtApiDotNet.Forms -Version 1.1.31
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="NtApiDotNet.Forms" Version="1.1.31" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add NtApiDotNet.Forms --version 1.1.31
#r "nuget: NtApiDotNet.Forms, 1.1.31"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install NtApiDotNet.Forms as a Cake Addin
#addin nuget:?package=NtApiDotNet.Forms&version=1.1.31

// Install NtApiDotNet.Forms as a Cake Tool
#tool nuget:?package=NtApiDotNet.Forms&version=1.1.31

A .NET class library to access native NT API system calls

Product Compatible and additional computed target framework versions.
.NET net5.0-windows7.0 is compatible.  net6.0-windows was computed.  net7.0-windows was computed.  net8.0-windows was computed. 
.NET Framework net461 is compatible.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.1.33 908 1/22/2022
1.1.32 435 8/18/2021
1.1.31 663 3/16/2021
1.1.30 614 1/15/2021
1.1.29 723 11/23/2020

1.1.31
--------
* Added signing and encryption to SSPI.
* Added Get-LsaContextSignature and Test-LsaContextSignature.
* Added Protect-LsaContextMessage and Unprotect-LsaContextMessage
* Named auth commands to Lsa.
* Added TCP/IP RPC transport and add signing/encryption.
* Added Disconnect-RpcClient.
* Added server information for local RPC connection.
* Added Enable-NtTokenPrivilege and Disable-NtTokenPrivilege.
* Added native ARM/ARM64 support.
* Added Get-Win32ServiceConfig and Set-Win32ServiceConfig.
* Fixed bug in ACL canonicalization.
* Added support for SDK names of enumerations/structures.
* Added Get-NtSDKName.
* Added support for Win32 WriteProcessMemory.
* Added Get-Win32ServiceTrigger and support for triggers in Start-Win32Service.
* Added Set-Win32ServiceSecurityDescriptor.
* Fixed INdrStructure unmarshaling #35