System.Windows.Extensions 9.0.11

About

Provides miscellaneous Windows-specific types.

This collection of types facilitates interactions with unique features provided by the Windows operating system, including playing sounds, selecting X509 certificates in a user-friendly manner, among other features.

Key Features

  • Controls playback of a sound from a .wav file.
  • Retrieves sounds associated with a set of Windows operating system sound-event types.
  • User-friendly handling of X509 certificates.

How to Use

Below are examples demonstrating the usage of the key types provided by this package.

Playing a .wav File

using System.Media;

SoundPlayer player = new SoundPlayer("sound.wav");
player.Play();

// Wait while the sound plays.
Console.ReadKey();

Playing a System Sound

using System.Media;

SystemSounds.Asterisk.Play();
SystemSounds.Beep.Play();
SystemSounds.Exclamation.Play();
SystemSounds.Hand.Play();
SystemSounds.Question.Play();

Displaying a Certificate Selection Dialog

using System.Security.Cryptography.X509Certificates;

X509Store store = new X509Store(StoreName.My);
store.Open(OpenFlags.ReadOnly);

X509Certificate2Collection selectedCerts = X509Certificate2UI.SelectFromCollection(
    store.Certificates,
    "Select Certificate",
    "Select a certificate from the following list:",
    X509SelectionFlag.SingleSelection
);
store.Close();

if (selectedCerts.Count == 0)
{
    Console.WriteLine("No certificate selected.");
}
else
{
    Console.WriteLine($"Certificate selected: {selectedCerts[0].Subject}");
}

Main Types

The main types provided by this library are:

  • System.Media.SoundPlayer
  • System.Media.SystemSounds
  • System.Security.Cryptography.X509Certificates.X509Certificate2UI
  • System.Xaml.Permissions.XamlAccessLevel

Additional Documentation

Feedback & Contributing

System.Windows.Extensions is released as open source under the MIT license. Bug reports and contributions are welcome at the GitHub repository.

Showing the top 20 packages that depend on System.Windows.Extensions.

Packages Downloads
System.Security.Permissions
Provides types supporting Code Access Security (CAS). When using NuGet 3.x this package requires at least version 3.4.
142
System.Security.Permissions
Provides types supporting Code Access Security (CAS). When using NuGet 3.x this package requires at least version 3.4.
137
System.Security.Permissions
Provides types supporting Code Access Security (CAS). When using NuGet 3.x this package requires at least version 3.4.
132
System.Security.Permissions
Provides types supporting Code Access Security (CAS). When using NuGet 3.x this package requires at least version 3.4.
130
System.Security.Permissions
Provides types supporting Code Access Security (CAS). When using NuGet 3.x this package requires at least version 3.4.
126
System.Security.Permissions
Provides types supporting Code Access Security (CAS).
123
System.Security.Permissions
Provides types supporting Code Access Security (CAS). When using NuGet 3.x this package requires at least version 3.4.
121
System.Security.Permissions
Provides types supporting Code Access Security (CAS). When using NuGet 3.x this package requires at least version 3.4.
118
System.Security.Permissions
Provides types supporting Code Access Security (CAS).
114
System.Security.Permissions
Provides types supporting Code Access Security (CAS).
113
System.Security.Permissions
Provides types supporting Code Access Security (CAS). When using NuGet 3.x this package requires at least version 3.4.
113
System.Security.Permissions
Provides types supporting Code Access Security (CAS).
112
System.Security.Permissions
Provides types supporting Code Access Security (CAS).
111
System.Security.Permissions
Provides types supporting Code Access Security (CAS). When using NuGet 3.x this package requires at least version 3.4.
111
System.Security.Permissions
Provides types supporting Code Access Security (CAS). When using NuGet 3.x this package requires at least version 3.4.
110
System.Security.Permissions
Provides types supporting Code Access Security (CAS). When using NuGet 3.x this package requires at least version 3.4.
109

.NET 8.0

  • No dependencies.

.NET 9.0

  • No dependencies.

Version Downloads Last updated
10.0.0 14 11/12/2025
10.0.0-rc.2.25502.107 29 10/15/2025
10.0.0-rc.1.25451.107 30 9/9/2025
10.0.0-preview.7.25380.108 42 8/13/2025
10.0.0-preview.6.25358.103 41 7/19/2025
10.0.0-preview.5.25277.114 40 6/8/2025
10.0.0-preview.4.25258.110 47 5/16/2025
10.0.0-preview.3.25171.5 41 4/11/2025
10.0.0-preview.2.25163.2 48 3/20/2025
10.0.0-preview.1.25080.5 53 2/26/2025
9.0.11 9 11/12/2025
9.0.10 30 10/15/2025
9.0.9 42 9/10/2025
9.0.8 51 8/7/2025
9.0.7 39 7/13/2025
9.0.6 54 6/15/2025
9.0.5 57 5/17/2025
9.0.4 60 4/9/2025
9.0.3 65 3/20/2025
9.0.2 73 2/16/2025
9.0.1 72 1/18/2025
9.0.0 86 11/13/2024
9.0.0-rc.2.24473.5 79 10/11/2024
9.0.0-rc.1.24431.7 84 9/11/2024
9.0.0-preview.7.24405.7 95 8/14/2024
9.0.0-preview.6.24327.7 89 7/10/2024
9.0.0-preview.5.24306.7 90 6/19/2024
9.0.0-preview.4.24266.19 76 5/28/2024
9.0.0-preview.3.24172.9 96 4/17/2024
9.0.0-preview.2.24128.5 94 3/26/2024
9.0.0-preview.1.24080.9 99 3/1/2024
8.0.0 98 11/16/2023
8.0.0-rc.2.23479.6 86 10/31/2023
8.0.0-rc.1.23419.4 107 9/15/2023
8.0.0-preview.7.23375.6 123 8/24/2023
8.0.0-preview.6.23329.7 85 8/24/2023
8.0.0-preview.5.23280.8 93 7/19/2023
8.0.0-preview.4.23259.5 111 8/4/2023
8.0.0-preview.3.23174.8 118 5/1/2023
8.0.0-preview.2.23128.3 99 5/15/2023
8.0.0-preview.1.23110.8 107 2/22/2023
7.0.0 136 11/28/2022
7.0.0-rc.2.22472.3 107 11/6/2022
7.0.0-rc.1.22426.10 92 11/29/2022
7.0.0-preview.7.22375.6 111 9/12/2022
7.0.0-preview.6.22324.4 96 9/15/2022
7.0.0-preview.5.22301.12 98 6/30/2022
7.0.0-preview.4.22229.4 129 6/30/2022
7.0.0-preview.3.22175.4 105 9/30/2022
7.0.0-preview.2.22152.2 100 6/30/2022
7.0.0-preview.1.22076.8 109 6/30/2022
6.0.2-mauipre.1.22102.15 115 6/30/2022
6.0.2-mauipre.1.22054.8 106 6/30/2022
6.0.0 122 6/30/2022
6.0.0-rc.2.21480.5 125 6/30/2022
6.0.0-rc.1.21451.13 91 6/30/2022
6.0.0-preview.7.21377.19 114 6/30/2022
6.0.0-preview.6.21352.12 95 6/30/2022
6.0.0-preview.5.21301.5 102 6/30/2022
6.0.0-preview.4.21253.7 115 6/30/2022
6.0.0-preview.3.21201.4 103 6/30/2022
6.0.0-preview.2.21154.6 102 6/30/2022
6.0.0-preview.1.21102.12 119 6/30/2022
5.0.0 110 6/30/2022
5.0.0-rc.2.20475.5 96 6/30/2022
5.0.0-rc.1.20451.14 117 6/30/2022
5.0.0-preview.8.20407.11 100 6/30/2022
5.0.0-preview.7.20364.11 104 6/30/2022
5.0.0-preview.6.20305.6 98 6/30/2022
5.0.0-preview.5.20278.1 104 6/30/2022
5.0.0-preview.4.20251.6 100 6/30/2022
5.0.0-preview.3.20214.6 97 6/30/2022
5.0.0-preview.2.20160.6 109 6/30/2022
5.0.0-preview.1.20120.5 110 6/30/2022
4.7.0 129 6/30/2022
4.7.0-preview3.19551.4 101 6/30/2022
4.7.0-preview2.19523.17 92 6/30/2022
4.7.0-preview1.19504.10 118 6/28/2022
4.6.0 112 6/13/2022
4.6.0-rc1.19456.4 114 6/28/2022
4.6.0-preview9.19421.4 106 6/28/2022
4.6.0-preview9.19416.11 111 6/28/2022
4.6.0-preview8.19405.3 110 6/28/2022
4.6.0-preview7.19362.9 114 6/28/2022
4.6.0-preview6.19303.8 110 6/28/2022
4.6.0-preview6.19264.9 116 6/28/2022
4.6.0-preview5.19224.8 113 6/28/2022
4.6.0-preview4.19212.13 104 6/28/2022
4.6.0-preview3.19128.7 98 6/28/2022
4.6.0-preview.19073.11 105 6/28/2022
4.6.0-preview.18571.3 114 6/28/2022