* Added tdh.dll methods to Vanara.PInvoke.Security.

* BREAKING CHANGE: Removed inaccurate tdh.h values from AdvApi32 class and put them in Tdh
pull/372/head
David Hall 2023-01-27 19:35:44 -07:00
parent a5195e51ae
commit 5752b94fbc
3 changed files with 3633 additions and 993 deletions

File diff suppressed because it is too large Load Diff

3614
PInvoke/Security/Tdh/tdh.cs Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1,10 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<ProjectExtensions>
<SupportedDlls>advapi32.dll;secur32.dll;authz.dll;sspicli.dll;schannel.dll</SupportedDlls>
<SupportedDlls>advapi32.dll;secur32.dll;authz.dll;sspicli.dll;schannel.dll;tdh.dll</SupportedDlls>
</ProjectExtensions>
<PropertyGroup>
<Description>PInvoke API (methods, structures and constants) imported from Windows AdvApi32.dll, Authz.dll and Secur32.dll.</Description>
<Description>PInvoke API (methods, structures and constants) imported from Windows AdvApi32.dll, Authz.dll, sspicli.dll, schannel.dll, tdh.dll and Secur32.dll.</Description>
<AssemblyTitle>$(AssemblyName)</AssemblyTitle>
<AssemblyName>Vanara.PInvoke.Security</AssemblyName>
<PackageId>$(AssemblyName)</PackageId>