Sign in with Microsoft
Sign in or create an account.
Hello,
Select a different account.
You have multiple accounts
Choose the account you want to sign in with.

View products that this article applies to.

Summary

This security update for the Microsoft .NET Framework resolves a security feature bypass vulnerability in which the .NET Framework (and the .NET Core) components don't completely validate certificates. To learn more about this vulnerability, see Microsoft Common Vulnerabilities and Exposures CVE-2017-0248.

This update also contains security-enhancing fixes to the Windows Presentation Framework PackageDigitalSignatureManager component's ability to sign packages with the SHA256 hash algorithm.

Important

  • If you install a language pack after you install this update, you must reinstall this update. Therefore, we recommend that you install any language packs that you need before you install this update. For more information, see Add language packs to Windows.

Additional information about this security update

Serious problems might occur if you modify the registry incorrectly by using Registry Editor or by using another method. These problems might require that you reinstall the operating system. Microsoft cannot guarantee that these problems can be solved. Modify the registry at your own risk.

  • Enhanced Key Usage (EKU) is described in RFC 5280 in section 4.2.1.12: This extension indicates one or more purposes for which the certified public key may be used, in addition to or in place of the basic purposes that are indicated in the key usage extension. For example, a certificate that’s used for the authentication of a client to a server must be configured for Client Authentication. Similarly, a certificate that’s used for the authentication of a server must be configured for Server Authentication.

    When certificates are used for authentication, the authenticator examines the client certificate and seeks the correct purpose object identifier in Application Policies extensions. For example, the object identifier for Client Authentication is 1.3.6.1.5.5.7.3.2. When a certificate is used for client authentication, this object identifier must be present in the EKU extensions of the certificate or authentication fails. Certificates that have no EKU extension continue to authenticate correctly.

    If you temporarily can’t access correctly reissued certificates, you can choose to opt in or out of the security change across all computer operations to avoid any connectivity effects. To do this, specify the following registry key settings, depending on which .NET Framework version your application is targeting.

    Method 1: Updating registry key (available for all versions)

    Note This registry entry must be a DWORD entry.

    • For 32-bit process on 32-bit system and 64-bit process on 64-bit system:

      HKEY_LOCAL_MACHINE\Software\Microsoft\.NETFramework\v2.0.50727@RequireCertificateEKUs=0

    • For 32-bit process on 64-bit system:

      HKEY_LOCAL_MACHINE \Software\Wow6432Node\Microsoft\.NETFramework\v2.0.50727@RequireCertificateEKUs=0

    You can also opt out on a per-application basis. The following options are available for disabling this change to make sure that application compatibility is maintained.

    Method 2: Disable the policy for individual applications

    Note This registry entry must be a DWORD entry. The only valid value is 0. Any other value is ignored.

    • For 32-bit process on 32-bit system and 64-bit process on 64-bit system:

      HKEY_LOCAL_MACHINE\Software\Microsoft\.NETFramework\v2.0.50727@System.Net.ServicePointManager.RequireCertificateEKUs
      S:\Prj\console_pg\console_pg45\bin\Release\console_pg45.exe=0
      C:\MyApp\MyApp.exe=0

    • For 32-bit process on 64-bit system:

      HKEY_LOCAL_MACHINE \Software\Wow6432Node\Microsoft\.NETFramework\v2.0.50727@System.Net.ServicePointManager.RequireCertificateEKUs
      S:\Prj\console_pg\console_pg45\bin\Release\console_pg45.exe=0
      C:\MyApp\MyApp.exe=0

    Method 3: Using configuration API (available for the .NET Framework 4.6 and later versions)

    Starting in the .NET Framework 4.6, you can change the configuration at an application level through code, an application configuration, or registry changes.

    Configuring the switch in the .NET Framework 4.6

    Note The following examples disable the security feature.

    • Programmatically

      The first thing that the application should do is to run the following code. This is because Service Point Manager initializes only one time.
        private const string DisableCachingName = @"TestSwitch.LocalAppContext.DisableCaching"; private const string DontCheckCertificateEKUsName= @"Switch.System.Net.DontCheckCertificateEKUs"; AppContext.SetSwitch(DisableCachingName, true); AppContext.SetSwitch(DontCheckCertificateEKUsName, true);

    • Application configuration

      To change the application configuration, add the following entry:
        <runtime> <AppContextSwitchOverrides value="Switch.System.Net.DontCheckCertificateEKUsName=true"/> </runtime>

    • Registry key (machine global):

      Registry location: HKEY_LOCAL_MACHINE\Software\[Wow6432Node\]Microsoft\.NETFramework\AppContext\Switch.System.Net.DontCheckCertificateEKUsName

      Type: String
      Value: "true"

    Note By default, Switch.System.Net.DontCheckCertificateEKUsName = True for all .NET Framework 4.x applications that are running on the .NET Framework 4.6 and later versions.

  • For more information about this security update as it relates to Windows Server 2008 Service Pack 2, see the following article in the Microsoft Knowledge Base:

    4019109 Security Only update for the .NET Framework 2.0 Service Pack 2, 4.5.2, and 4.6 updates for Windows Server 2008 Service Pack 2: May 9, 2017

How to obtain and install the update

Method 1: Microsoft Update Catalog

To get the stand-alone package for this update, go to the Microsoft Update Catalog
 

Method 2: Windows Software Update Services (WSUS)

On your WSUS server, follow these steps:

  1. Click Start, click Administrative Tools, and then click Microsoft Windows Server Update Services 3.0.

  2. Expand ComputerName, and then click Action.

  3. Click Import Updates.

  4. WSUS will open a browser window in which you may be prompted to install an ActiveX control. You must install the ActiveX control to continue.

  5. Once the control is installed, you will see the Microsoft Update Catalog screen. Enter 4019109 in the Search box, and then click Search.

  6. Locate the .NET Framework packages that match the operating systems, languages, and processors in your environment. Click Add to add them to your basket.

  7. When you have selected all the packages that you need, click View Basket.

  8. Click Import to import the packages to your WSUS server.

  9. Click Close once the packages have been imported to return to WSUS.

The updates are now available for installation through WSUS.

Update deployment information

For deployment details for this security update, go to the following article in the Microsoft Knowledge Base:

20170509 Security update deployment information: May 9, 2017

Update removal information

Note We do not recommend that you remove any security update.

To remove this update, use the Programs and Features item in Control Panel.

Update restart information

This update does not require a system restart after you apply it unless files that are being updated are locked or are being used.

Update replacement information

This update does not replace any previously released update.

File information

Package Name

Package Hash SHA 1

Package Hash SHA 2

Windows6.0-KB4014575-x64.msu

4E9C9251464904C2F93071FB180EF1D79F7BE23E

64F1397B35BA0C683E0B98589DE8947C9CA2C20269E901687C1411A9AB348E0E

Windows6.0-KB4014575-x86.msu

9AC87C4F159CC0B23869975584655A6E27D6408E

2A1978EA13850682C549709314B254077A2AF30C06C6C1FE770AB5409BD809D7


The English (United States) version of this hotfix installs files that have the attributes that are listed in the following tables. The dates and the times for these files are listed in Coordinated Universal Time (UTC). The dates and the times for these files on your local computer are displayed in your local time together with your current daylight saving time (DST) bias. Additionally, the dates and the times may change when you perform certain operations on the files.

For all x86-based systems

File name

File version

File size

Date

Time

mscorlib.resources.dll

2.0.50727.4016

352,256

07-Mar-2016

23:33

mscorlib.resources.dll

2.0.50727.4016

303,104

07-Mar-2016

23:33

mscorlib.resources.dll

2.0.50727.4016

299,008

07-Mar-2016

23:33

mscorlib.resources.dll

2.0.50727.4016

315,392

07-Mar-2016

23:33

mscorlib.resources.dll

2.0.50727.4016

425,984

07-Mar-2016

23:33

mscorlib.resources.dll

2.0.50727.4016

307,200

07-Mar-2016

23:33

mscorlib.resources.dll

2.0.50727.4016

299,008

07-Mar-2016

23:33

mscorlib.resources.dll

2.0.50727.4016

311,296

07-Mar-2016

23:34

mscorlib.resources.dll

2.0.50727.4016

331,776

07-Mar-2016

23:34

mscorlib.resources.dll

2.0.50727.4016

315,392

07-Mar-2016

23:34

mscorlib.resources.dll

2.0.50727.4016

307,200

07-Mar-2016

23:34

mscorlib.resources.dll

2.0.50727.4016

348,160

07-Mar-2016

23:34

mscorlib.resources.dll

2.0.50727.4016

319,488

07-Mar-2016

23:34

mscorlib.resources.dll

2.0.50727.4016

290,816

07-Mar-2016

23:35

mscorlib.resources.dll

2.0.50727.4016

303,104

07-Mar-2016

23:35

mscorlib.resources.dll

2.0.50727.4016

311,296

07-Mar-2016

23:35

mscorlib.resources.dll

2.0.50727.4016

303,104

07-Mar-2016

23:34

mscorlib.resources.dll

2.0.50727.4016

307,200

07-Mar-2016

23:34

mscorlib.resources.dll

2.0.50727.4016

397,312

07-Mar-2016

23:35

mscorlib.resources.dll

2.0.50727.4016

299,008

07-Mar-2016

23:35

mscorlib.resources.dll

2.0.50727.4016

299,008

07-Mar-2016

23:35

mscorlib.resources.dll

2.0.50727.4016

278,528

07-Mar-2016

23:35

mscorlib.resources.dll

2.0.50727.4016

278,528

07-Mar-2016

23:35

presentationframework.dll

3.0.6920.8773

5,283,840

29-Mar-2017

13:08

reachframework.dll

3.0.6920.8773

532,480

29-Mar-2017

13:08

system.resources.dll

2.0.50727.4016

241,664

07-Mar-2016

23:33

system.resources.dll

2.0.50727.4016

204,800

07-Mar-2016

23:33

system.resources.dll

2.0.50727.4016

200,704

07-Mar-2016

23:33

system.resources.dll

2.0.50727.4016

212,992

07-Mar-2016

23:33

system.resources.dll

2.0.50727.4016

294,912

07-Mar-2016

23:33

system.resources.dll

2.0.50727.4016

208,896

07-Mar-2016

23:33

system.resources.dll

2.0.50727.4016

200,704

07-Mar-2016

23:33

system.resources.dll

2.0.50727.4016

212,992

07-Mar-2016

23:34

system.resources.dll

2.0.50727.4016

221,184

07-Mar-2016

23:34

system.resources.dll

2.0.50727.4016

217,088

07-Mar-2016

23:34

system.resources.dll

2.0.50727.4016

204,800

07-Mar-2016

23:34

system.resources.dll

2.0.50727.4016

233,472

07-Mar-2016

23:34

system.resources.dll

2.0.50727.4016

217,088

07-Mar-2016

23:34

system.resources.dll

2.0.50727.4016

196,608

07-Mar-2016

23:35

system.resources.dll

2.0.50727.4016

208,896

07-Mar-2016

23:35

system.resources.dll

2.0.50727.4016

208,896

07-Mar-2016

23:35

system.resources.dll

2.0.50727.4016

208,896

07-Mar-2016

23:34

system.resources.dll

2.0.50727.4016

208,896

07-Mar-2016

23:34

system.resources.dll

2.0.50727.4016

266,240

07-Mar-2016

23:35

system.resources.dll

2.0.50727.4016

200,704

07-Mar-2016

23:35

system.resources.dll

2.0.50727.4016

200,704

07-Mar-2016

23:35

system.resources.dll

2.0.50727.4016

184,320

07-Mar-2016

23:35

system.resources.dll

2.0.50727.4016

184,320

07-Mar-2016

23:35

system.security.resources.dll

2.0.50727.4016

28,672

07-Mar-2016

23:33

system.security.resources.dll

2.0.50727.4016

28,672

07-Mar-2016

23:33

system.security.resources.dll

2.0.50727.4016

28,672

07-Mar-2016

23:33

system.security.resources.dll

2.0.50727.4016

28,672

07-Mar-2016

23:33

system.security.resources.dll

2.0.50727.4016

32,768

07-Mar-2016

23:33

system.security.resources.dll

2.0.50727.4016

28,672

07-Mar-2016

23:33

system.security.resources.dll

2.0.50727.4016

28,672

07-Mar-2016

23:33

system.security.resources.dll

2.0.50727.4016

28,672

07-Mar-2016

23:34

system.security.resources.dll

2.0.50727.4016

28,672

07-Mar-2016

23:34

system.security.resources.dll

2.0.50727.4016

28,672

07-Mar-2016

23:34

system.security.resources.dll

2.0.50727.4016

28,672

07-Mar-2016

23:34

system.security.resources.dll

2.0.50727.4016

28,672

07-Mar-2016

23:34

system.security.resources.dll

2.0.50727.4016

28,672

07-Mar-2016

23:34

system.security.resources.dll

2.0.50727.4016

16,896

07-Mar-2016

23:35

system.security.resources.dll

2.0.50727.4016

28,672

07-Mar-2016

23:35

system.security.resources.dll

2.0.50727.4016

28,672

07-Mar-2016

23:35

system.security.resources.dll

2.0.50727.4016

28,672

07-Mar-2016

23:34

system.security.resources.dll

2.0.50727.4016

28,672

07-Mar-2016

23:34

system.security.resources.dll

2.0.50727.4016

32,768

07-Mar-2016

23:35

system.security.resources.dll

2.0.50727.4016

28,672

07-Mar-2016

23:35

system.security.resources.dll

2.0.50727.4016

28,672

07-Mar-2016

23:35

system.security.resources.dll

2.0.50727.4016

16,384

07-Mar-2016

23:35

system.security.resources.dll

2.0.50727.4016

16,384

07-Mar-2016

23:35

system.security.dll

2.0.50727.8759

270,336

28-Mar-2017

13:09

system.dll

2.0.50727.8759

3,203,072

28-Mar-2017

13:09

windowsbase.dll

3.0.6920.8773

1,257,472

29-Mar-2017

13:08

big5.nlp

66,728

07-Mar-2016

23:36

bopomofo.nlp

82,172

07-Mar-2016

23:36

ksc.nlp

116,756

07-Mar-2016

23:36

mscorlib.dll

2.0.50727.8762

4,554,752

07-Apr-2017

13:07

normidna.nlp

59,342

07-Mar-2016

23:36

normnfc.nlp

45,794

07-Mar-2016

23:36

normnfd.nlp

39,284

07-Mar-2016

23:36

normnfkc.nlp

66,384

07-Mar-2016

23:36

normnfkd.nlp

60,294

07-Mar-2016

23:36

prc.nlp

83,748

07-Mar-2016

23:36

prcp.nlp

83,748

07-Mar-2016

23:36

sortkey.nlp

262,148

07-Mar-2016

23:36

sorttbls.nlp

20,320

07-Mar-2016

23:36

xjis.nlp

28,288

07-Mar-2016

23:36

mscordacwks.dll

2.0.50727.8762

990,368

07-Apr-2017

13:07

mscorwks.dll

2.0.50727.8762

5,946,520

07-Apr-2017

13:07

sos.dll

2.0.50727.8762

389,776

07-Apr-2017

13:07

presentationcore.dll

3.0.6920.8773

4,222,976

29-Mar-2017

13:08

presentationfontcache.exe.config

161

07-Mar-2016

23:36

wpfgfx_v0300.dll

3.0.6920.8773

1,737,888

29-Mar-2017

13:08

system.printing.dll

3.0.6920.8773

372,736

29-Mar-2017

13:08

penimc.dll

3.0.6920.8773

68,752

29-Mar-2017

13:08

presentationframework.dll

3.0.6920.8773

5,283,840

29-Mar-2017

13:08

presentationhostdll.dll

3.0.6920.8773

131,248

29-Mar-2017

13:08

reachframework.dll

3.0.6920.8773

532,480

29-Mar-2017

13:08

windowsbase.dll

3.0.6920.8773

1,257,472

29-Mar-2017

13:08

xpsviewer.exe

3.0.6920.8720

299,672

30-Aug-2016

13:07

For all x64-based systems

File name

File version

File size

Date

Time

big5.nlp

66,728

07-Mar-2016

23:35

bopomofo.nlp

82,172

07-Mar-2016

23:35

ksc.nlp

116,756

07-Mar-2016

23:35

mscorlib.dll

2.0.50727.8762

4,571,136

07-Apr-2017

13:08

normidna.nlp

59,342

07-Mar-2016

23:35

normnfc.nlp

45,794

07-Mar-2016

23:35

normnfd.nlp

39,284

07-Mar-2016

23:35

normnfkc.nlp

66,384

07-Mar-2016

23:35

normnfkd.nlp

60,294

07-Mar-2016

23:35

prc.nlp

83,748

07-Mar-2016

23:35

prcp.nlp

83,748

07-Mar-2016

23:35

sortkey.nlp

262,148

07-Mar-2016

23:35

sorttbls.nlp

20,320

07-Mar-2016

23:35

xjis.nlp

28,288

07-Mar-2016

23:36

mscordacwks.dll

2.0.50727.8762

1,757,344

07-Apr-2017

13:08

mscorwks.dll

2.0.50727.8762

10,007,704

07-Apr-2017

13:08

sos.dll

2.0.50727.8762

486,032

07-Apr-2017

13:08

system.security.dll

2.0.50727.8759

270,336

28-Mar-2017

13:09

system.dll

2.0.50727.8759

3,203,072

28-Mar-2017

13:09

presentationcore.dll

3.0.6920.8773

4,006,400

29-Mar-2017

13:08

presentationfontcache.exe.config

161

07-Mar-2016

23:36

wpfgfx_v0300.dll

3.0.6920.8773

2,256,032

29-Mar-2017

13:08

system.printing.dll

3.0.6920.8773

358,400

29-Mar-2017

13:08

penimc.dll

3.0.6920.8773

85,648

29-Mar-2017

13:08

presentationframework.dll

3.0.6920.8773

4,640,768

29-Mar-2017

13:08

presentationhostdll.dll

3.0.6920.8773

172,208

29-Mar-2017

13:08

reachframework.dll

3.0.6920.8773

532,480

29-Mar-2017

13:08

windowsbase.dll

3.0.6920.8773

1,118,208

29-Mar-2017

13:08

mscorlib.resources.dll

2.0.50727.4016

352,256

07-Mar-2016

23:33

mscorlib.resources.dll

2.0.50727.4016

303,104

07-Mar-2016

23:33

mscorlib.resources.dll

2.0.50727.4016

299,008

07-Mar-2016

23:33

mscorlib.resources.dll

2.0.50727.4016

315,392

07-Mar-2016

23:33

mscorlib.resources.dll

2.0.50727.4016

425,984

07-Mar-2016

23:33

mscorlib.resources.dll

2.0.50727.4016

307,200

07-Mar-2016

23:33

mscorlib.resources.dll

2.0.50727.4016

299,008

07-Mar-2016

23:34

mscorlib.resources.dll

2.0.50727.4016

311,296

07-Mar-2016

23:34

mscorlib.resources.dll

2.0.50727.4016

331,776

07-Mar-2016

23:34

mscorlib.resources.dll

2.0.50727.4016

315,392

07-Mar-2016

23:34

mscorlib.resources.dll

2.0.50727.4016

307,200

07-Mar-2016

23:35

mscorlib.resources.dll

2.0.50727.4016

348,160

07-Mar-2016

23:35

mscorlib.resources.dll

2.0.50727.4016

319,488

07-Mar-2016

23:35

mscorlib.resources.dll

2.0.50727.4016

290,816

07-Mar-2016

23:35

mscorlib.resources.dll

2.0.50727.4016

303,104

07-Mar-2016

23:35

mscorlib.resources.dll

2.0.50727.4016

311,296

07-Mar-2016

23:35

mscorlib.resources.dll

2.0.50727.4016

303,104

08-Mar-2016

00:23

mscorlib.resources.dll

2.0.50727.4016

307,200

08-Mar-2016

00:23

mscorlib.resources.dll

2.0.50727.4016

397,312

08-Mar-2016

00:24

mscorlib.resources.dll

2.0.50727.4016

299,008

08-Mar-2016

00:24

mscorlib.resources.dll

2.0.50727.4016

299,008

08-Mar-2016

00:24

mscorlib.resources.dll

2.0.50727.4016

278,528

08-Mar-2016

00:24

mscorlib.resources.dll

2.0.50727.4016

278,528

07-Mar-2016

23:35

presentationframework.dll

3.0.6920.8773

5,283,840

29-Mar-2017

13:08

reachframework.dll

3.0.6920.8773

532,480

29-Mar-2017

13:08

system.resources.dll

2.0.50727.4016

241,664

07-Mar-2016

23:33

system.resources.dll

2.0.50727.4016

204,800

07-Mar-2016

23:33

system.resources.dll

2.0.50727.4016

200,704

07-Mar-2016

23:33

system.resources.dll

2.0.50727.4016

212,992

07-Mar-2016

23:33

system.resources.dll

2.0.50727.4016

294,912

07-Mar-2016

23:33

system.resources.dll

2.0.50727.4016

208,896

07-Mar-2016

23:33

system.resources.dll

2.0.50727.4016

200,704

07-Mar-2016

23:34

system.resources.dll

2.0.50727.4016

212,992

07-Mar-2016

23:34

system.resources.dll

2.0.50727.4016

221,184

07-Mar-2016

23:34

system.resources.dll

2.0.50727.4016

217,088

07-Mar-2016

23:34

system.resources.dll

2.0.50727.4016

204,800

07-Mar-2016

23:35

system.resources.dll

2.0.50727.4016

233,472

07-Mar-2016

23:35

system.resources.dll

2.0.50727.4016

217,088

07-Mar-2016

23:35

system.resources.dll

2.0.50727.4016

196,608

07-Mar-2016

23:35

system.resources.dll

2.0.50727.4016

208,896

07-Mar-2016

23:35

system.resources.dll

2.0.50727.4016

208,896

07-Mar-2016

23:35

system.resources.dll

2.0.50727.4016

208,896

08-Mar-2016

00:23

system.resources.dll

2.0.50727.4016

208,896

08-Mar-2016

00:23

system.resources.dll

2.0.50727.4016

266,240

08-Mar-2016

00:24

system.resources.dll

2.0.50727.4016

200,704

08-Mar-2016

00:24

system.resources.dll

2.0.50727.4016

200,704

08-Mar-2016

00:24

system.resources.dll

2.0.50727.4016

184,320

08-Mar-2016

00:24

system.resources.dll

2.0.50727.4016

184,320

07-Mar-2016

23:35

system.security.resources.dll

2.0.50727.4016

28,672

07-Mar-2016

23:33

system.security.resources.dll

2.0.50727.4016

28,672

07-Mar-2016

23:33

system.security.resources.dll

2.0.50727.4016

28,672

07-Mar-2016

23:33

system.security.resources.dll

2.0.50727.4016

28,672

07-Mar-2016

23:33

system.security.resources.dll

2.0.50727.4016

32,768

07-Mar-2016

23:33

system.security.resources.dll

2.0.50727.4016

28,672

07-Mar-2016

23:33

system.security.resources.dll

2.0.50727.4016

28,672

07-Mar-2016

23:34

system.security.resources.dll

2.0.50727.4016

28,672

07-Mar-2016

23:34

system.security.resources.dll

2.0.50727.4016

28,672

07-Mar-2016

23:34

system.security.resources.dll

2.0.50727.4016

28,672

07-Mar-2016

23:34

system.security.resources.dll

2.0.50727.4016

28,672

07-Mar-2016

23:35

system.security.resources.dll

2.0.50727.4016

28,672

07-Mar-2016

23:35

system.security.resources.dll

2.0.50727.4016

28,672

07-Mar-2016

23:35

system.security.resources.dll

2.0.50727.4016

16,896

07-Mar-2016

23:35

system.security.resources.dll

2.0.50727.4016

28,672

07-Mar-2016

23:35

system.security.resources.dll

2.0.50727.4016

28,672

07-Mar-2016

23:35

system.security.resources.dll

2.0.50727.4016

28,672

08-Mar-2016

00:23

system.security.resources.dll

2.0.50727.4016

28,672

08-Mar-2016

00:23

system.security.resources.dll

2.0.50727.4016

32,768

08-Mar-2016

00:24

system.security.resources.dll

2.0.50727.4016

28,672

08-Mar-2016

00:24

system.security.resources.dll

2.0.50727.4016

28,672

08-Mar-2016

00:24

system.security.resources.dll

2.0.50727.4016

16,384

08-Mar-2016

00:24

system.security.resources.dll

2.0.50727.4016

16,384

07-Mar-2016

23:35

system.security.dll

2.0.50727.8759

270,336

28-Mar-2017

13:09

system.dll

2.0.50727.8759

3,203,072

28-Mar-2017

13:09

windowsbase.dll

3.0.6920.8773

1,257,472

29-Mar-2017

13:08

big5.nlp

66,728

07-Mar-2016

23:36

bopomofo.nlp

82,172

07-Mar-2016

23:36

ksc.nlp

116,756

07-Mar-2016

23:36

mscorlib.dll

2.0.50727.8762

4,554,752

07-Apr-2017

13:07

normidna.nlp

59,342

07-Mar-2016

23:36

normnfc.nlp

45,794

07-Mar-2016

23:36

normnfd.nlp

39,284

07-Mar-2016

23:36

normnfkc.nlp

66,384

07-Mar-2016

23:36

normnfkd.nlp

60,294

07-Mar-2016

23:36

prc.nlp

83,748

07-Mar-2016

23:36

prcp.nlp

83,748

07-Mar-2016

23:36

sortkey.nlp

262,148

07-Mar-2016

23:36

sorttbls.nlp

20,320

07-Mar-2016

23:36

xjis.nlp

28,288

07-Mar-2016

23:36

mscordacwks.dll

2.0.50727.8762

990,368

07-Apr-2017

13:07

mscorwks.dll

2.0.50727.8762

5,946,520

07-Apr-2017

13:07

sos.dll

2.0.50727.8762

389,776

07-Apr-2017

13:07

presentationcore.dll

3.0.6920.8773

4,222,976

29-Mar-2017

13:08

presentationfontcache.exe.config

161

07-Mar-2016

23:36

wpfgfx_v0300.dll

3.0.6920.8773

1,737,888

29-Mar-2017

13:08

system.printing.dll

3.0.6920.8773

372,736

29-Mar-2017

13:08

penimc.dll

3.0.6920.8773

68,752

29-Mar-2017

13:08

presentationframework.dll

3.0.6920.8773

5,283,840

29-Mar-2017

13:08

presentationhostdll.dll

3.0.6920.8773

131,248

29-Mar-2017

13:08

reachframework.dll

3.0.6920.8773

532,480

29-Mar-2017

13:08

windowsbase.dll

3.0.6920.8773

1,257,472

29-Mar-2017

13:08

xpsviewer.exe

3.0.6920.8720

299,672

30-Aug-2016

13:07

 

How to obtain help and support for this security update

Applies to

This article applies to the following:
 

  • Microsoft .NET Framework 2.0 Service Pack 2 when used with:

    • Windows Server 2008 Service Pack 2

Need more help?

Want more options?

Explore subscription benefits, browse training courses, learn how to secure your device, and more.

Communities help you ask and answer questions, give feedback, and hear from experts with rich knowledge.

Was this information helpful?

What affected your experience?
By pressing submit, your feedback will be used to improve Microsoft products and services. Your IT admin will be able to collect this data. Privacy Statement.

Thank you for your feedback!

×