System.Windows.Extensions 10.0.3

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.
159
System.Security.Permissions
Provides types supporting Code Access Security (CAS). When using NuGet 3.x this package requires at least version 3.4.
152
System.Security.Permissions
Provides types supporting Code Access Security (CAS). When using NuGet 3.x this package requires at least version 3.4.
151
System.Security.Permissions
Provides types supporting Code Access Security (CAS). When using NuGet 3.x this package requires at least version 3.4.
150
System.Security.Permissions
Provides types supporting Code Access Security (CAS). When using NuGet 3.x this package requires at least version 3.4.
144
System.Security.Permissions
Provides types supporting Code Access Security (CAS).
137
System.Security.Permissions
Provides types supporting Code Access Security (CAS). When using NuGet 3.x this package requires at least version 3.4.
136
System.Security.Permissions
Provides types supporting Code Access Security (CAS).
133
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).
132
System.Security.Permissions
Provides types supporting Code Access Security (CAS).
131
System.Security.Permissions
Provides types supporting Code Access Security (CAS). When using NuGet 3.x this package requires at least version 3.4.
129
System.Security.Permissions
Provides types supporting Code Access Security (CAS).
128
System.Security.Permissions
Provides types supporting Code Access Security (CAS). When using NuGet 3.x this package requires at least version 3.4.
128
System.Security.Permissions
Provides types supporting Code Access Security (CAS). When using NuGet 3.x this package requires at least version 3.4.
127
System.Security.Permissions
Provides types supporting Code Access Security (CAS).
127

.NET 8.0

  • No dependencies.

.NET 9.0

  • No dependencies.

.NET 10.0

  • No dependencies.

Version Downloads Last updated
11.0.0-preview.2.26159.112 2 3/11/2026
11.0.0-preview.1.26104.118 7 2/14/2026
10.0.5 0 3/12/2026
10.0.4 2 3/12/2026
10.0.3 7 2/14/2026
10.0.2 5 1/14/2026
10.0.1 12 12/10/2025
10.0.0 35 11/12/2025
10.0.0-rc.2.25502.107 46 10/15/2025
10.0.0-rc.1.25451.107 48 9/9/2025
10.0.0-preview.7.25380.108 60 8/13/2025
10.0.0-preview.6.25358.103 58 7/19/2025
10.0.0-preview.5.25277.114 55 6/8/2025
10.0.0-preview.4.25258.110 70 5/16/2025
10.0.0-preview.3.25171.5 60 4/11/2025
10.0.0-preview.2.25163.2 65 3/20/2025
10.0.0-preview.1.25080.5 73 2/26/2025
9.0.14 2 3/12/2026
9.0.13 5 2/14/2026
9.0.12 6 1/15/2026
9.0.11 29 11/12/2025
9.0.10 46 10/15/2025
9.0.9 58 9/10/2025
9.0.8 64 8/7/2025
9.0.7 59 7/13/2025
9.0.6 74 6/15/2025
9.0.5 79 5/17/2025
9.0.4 76 4/9/2025
9.0.3 81 3/20/2025
9.0.2 88 2/16/2025
9.0.1 87 1/18/2025
9.0.0 106 11/13/2024
9.0.0-rc.2.24473.5 97 10/11/2024
9.0.0-rc.1.24431.7 102 9/11/2024
9.0.0-preview.7.24405.7 115 8/14/2024
9.0.0-preview.6.24327.7 110 7/10/2024
9.0.0-preview.5.24306.7 108 6/19/2024
9.0.0-preview.4.24266.19 90 5/28/2024
9.0.0-preview.3.24172.9 117 4/17/2024
9.0.0-preview.2.24128.5 110 3/26/2024
9.0.0-preview.1.24080.9 120 3/1/2024
8.0.0 114 11/16/2023
8.0.0-rc.2.23479.6 102 10/31/2023
8.0.0-rc.1.23419.4 126 9/15/2023
8.0.0-preview.7.23375.6 146 8/24/2023
8.0.0-preview.6.23329.7 103 8/24/2023
8.0.0-preview.5.23280.8 109 7/19/2023
8.0.0-preview.4.23259.5 126 8/4/2023
8.0.0-preview.3.23174.8 136 5/1/2023
8.0.0-preview.2.23128.3 119 5/15/2023
8.0.0-preview.1.23110.8 127 2/22/2023
7.0.0 151 11/28/2022
7.0.0-rc.2.22472.3 123 11/6/2022
7.0.0-rc.1.22426.10 114 11/29/2022
7.0.0-preview.7.22375.6 127 9/12/2022
7.0.0-preview.6.22324.4 111 9/15/2022
7.0.0-preview.5.22301.12 118 6/30/2022
7.0.0-preview.4.22229.4 146 6/30/2022
7.0.0-preview.3.22175.4 119 9/30/2022
7.0.0-preview.2.22152.2 117 6/30/2022
7.0.0-preview.1.22076.8 130 6/30/2022
6.0.2-mauipre.1.22102.15 131 6/30/2022
6.0.2-mauipre.1.22054.8 124 6/30/2022
6.0.0 147 6/30/2022
6.0.0-rc.2.21480.5 145 6/30/2022
6.0.0-rc.1.21451.13 107 6/30/2022
6.0.0-preview.7.21377.19 128 6/30/2022
6.0.0-preview.6.21352.12 116 6/30/2022
6.0.0-preview.5.21301.5 112 6/30/2022
6.0.0-preview.4.21253.7 133 6/30/2022
6.0.0-preview.3.21201.4 121 6/30/2022
6.0.0-preview.2.21154.6 123 6/30/2022
6.0.0-preview.1.21102.12 139 6/30/2022
5.0.0 129 6/30/2022
5.0.0-rc.2.20475.5 119 6/30/2022
5.0.0-rc.1.20451.14 136 6/30/2022
5.0.0-preview.8.20407.11 114 6/30/2022
5.0.0-preview.7.20364.11 126 6/30/2022
5.0.0-preview.6.20305.6 115 6/30/2022
5.0.0-preview.5.20278.1 122 6/30/2022
5.0.0-preview.4.20251.6 123 6/30/2022
5.0.0-preview.3.20214.6 117 6/30/2022
5.0.0-preview.2.20160.6 126 6/30/2022
5.0.0-preview.1.20120.5 129 6/30/2022
4.7.0 146 6/30/2022
4.7.0-preview3.19551.4 118 6/30/2022
4.7.0-preview2.19523.17 107 6/30/2022
4.7.0-preview1.19504.10 139 6/28/2022
4.6.0 131 6/13/2022
4.6.0-rc1.19456.4 128 6/28/2022
4.6.0-preview9.19421.4 122 6/28/2022
4.6.0-preview9.19416.11 123 6/28/2022
4.6.0-preview8.19405.3 125 6/28/2022
4.6.0-preview7.19362.9 135 6/28/2022
4.6.0-preview6.19303.8 125 6/28/2022
4.6.0-preview6.19264.9 129 6/28/2022
4.6.0-preview5.19224.8 126 6/28/2022
4.6.0-preview4.19212.13 124 6/28/2022
4.6.0-preview3.19128.7 109 6/28/2022
4.6.0-preview.19073.11 119 6/28/2022
4.6.0-preview.18571.3 127 6/28/2022