Skip to content

Commit 5b5c0fa

Browse files
committed
Readme: Update links to CNG dlls, add advapi and reorder links
1 parent 322a3a1 commit 5b5c0fa

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

README.md

+7-9
Original file line numberDiff line numberDiff line change
@@ -44,24 +44,22 @@ Packages:
4444

4545
Library | Package name | NuGet | Description
4646
-------------|------------------|-------------|-------------
47-
kernel32.dll |`PInvoke.Kernel32`| [![NuGet](https://img.shields.io/nuget/v/PInvoke.Kernel32.svg)](https://www.nuget.org/packages/PInvoke.Kernel32)|Windows Kernel API
48-
user32.dll |`PInvoke.User32` | [![NuGet](https://img.shields.io/nuget/v/PInvoke.User32.svg)](https://www.nuget.org/packages/PInvoke.User32)|Windows User Interface
47+
advapi32.dll |`PInvoke.AdvApi32`| [![NuGet](https://img.shields.io/nuget/v/PInvoke.AdvApi32.svg)](https://www.nuget.org/packages/PInvoke.AdvApi32)|Windows Advanced Services
48+
bcrypt.dll |`PInvoke.BCrypt` | [![NuGet](https://img.shields.io/nuget/v/PInvoke.BCrypt.svg)](https://www.nuget.org/packages/PInvoke.BCrypt)|[Windows Cryptography API: Next Generation][CNG]
4949
gdi32.dll |`PInvoke.Gdi32` | [![NuGet](https://img.shields.io/nuget/v/PInvoke.Gdi32.svg)](https://www.nuget.org/packages/PInvoke.Gdi32)|[Windows Graphics Device Interface][Gdi]
50-
setupapi.dll |`PInvoke.SetupApi`| [![NuGet](https://img.shields.io/nuget/v/PInvoke.SetupApi.svg)](https://www.nuget.org/packages/PInvoke.SetupApi)|[Windows application programming interface][SetupApi]
5150
hid.dll |`PInvoke.Hid` | [![NuGet](https://img.shields.io/nuget/v/PInvoke.Hid.svg)](https://www.nuget.org/packages/PInvoke.Hid)|[Windows Human Interface Devices][Hid]
52-
bcrypt.dll |`PInvoke.BCrypt` | [![NuGet](https://img.shields.io/nuget/v/PInvoke.BCrypt.svg)](https://www.nuget.org/packages/PInvoke.BCrypt)|[Windows CNG Cryptographic Configuration Functions][BCrypt]
53-
ncrypt.dll |`PInvoke.NCrypt` | [![NuGet](https://img.shields.io/nuget/v/PInvoke.NCrypt.svg)](https://www.nuget.org/packages/PInvoke.NCrypt)|[Windows CNG Cryptographic Primitive Functions][NCrypt]
54-
55-
51+
kernel32.dll |`PInvoke.Kernel32`| [![NuGet](https://img.shields.io/nuget/v/PInvoke.Kernel32.svg)](https://www.nuget.org/packages/PInvoke.Kernel32)|Windows Kernel API
52+
ncrypt.dll |`PInvoke.NCrypt` | [![NuGet](https://img.shields.io/nuget/v/PInvoke.NCrypt.svg)](https://www.nuget.org/packages/PInvoke.NCrypt)|[Windows Cryptography API: Next Generation][CNG]
53+
setupapi.dll |`PInvoke.SetupApi`| [![NuGet](https://img.shields.io/nuget/v/PInvoke.SetupApi.svg)](https://www.nuget.org/packages/PInvoke.SetupApi)|[Windows application programming interface][SetupApi]
54+
user32.dll |`PInvoke.User32` | [![NuGet](https://img.shields.io/nuget/v/PInvoke.User32.svg)](https://www.nuget.org/packages/PInvoke.User32)|Windows User Interface
5655

5756
## Contribution
5857

5958
Please consider [contributing](CONTRIB.md) more P/Invoke method signatures to this project.
6059
Once you contribute, you can immediately consume your additions without waiting for another
6160
public release of the library.
6261

63-
[BCrypt]: https://msdn.microsoft.com/en-us/library/windows/desktop/bb204774
64-
[NCrypt]: https://msdn.microsoft.com/en-us/library/windows/desktop/aa833130
62+
[CNG]: https://msdn.microsoft.com/en-us/library/windows/desktop/aa376210
6563
[Hid]: https://msdn.microsoft.com/en-us/library/windows/hardware/ff538865
6664
[SetupApi]: https://msdn.microsoft.com/en-us/library/windows/hardware/ff550855
6765
[Gdi]: https://msdn.microsoft.com/en-us/library/dd145203

0 commit comments

Comments
 (0)