Description of Update Rollup 1 for Active Directory Federation Services (AD FS) 2.0

Introduction

Update Rollup 1 for Active Directory Federation Services (AD FS) 2.0 is available. This article describes the hotfixes and the updates that are included in this update rollup for AD FS 2.0 Release to Web (RTW). This update rollup is available for all languages that are supported by AD FS 2.0. For more information about AD FS 2.0 RTW, visit the following Microsoft website:

General information about AD FS 2.0 RTW
      

Installation information
Install this update rollup on both the AD FS 2.0 federation server and the AD FS 2.0 federation server proxy if you have both deployed. If you have deployed an AD FS 2.0 federation server farm or an AD FS federation server proxy farm, install this update rollup on all the AD FS 2.0 instances in the farm.

Update Rollup 1 resolves the following issues:

  • KB2254265 The "500" error code is returned when you send an HTTP SOAP request to the "/adfs/services/trust/mex" endpoint on a computer that is running Windows Server 2008 R2 or Windows Server 2008
  • KB2272757 An identity-provider-initiated sign-on process is slow in Windows Server 2008 R2 and in Windows Server 2008
  • The "400" error code is returned when sending an authentication request to AD FS 2.0 federation server proxy through Windows integrated authentication endpoint (Nego 2)
  • Decrease in performance occurs on AD FS 2.0 federation server when a user who is authenticating has a large number of group memberships.
  • Failure to join an AD FS 2.0 federation server to an existing SQL-based federation server farm when the AD FS 2.0 administrator that tries the join operation does not have admininistrator rights to the SQL Server database.
  • AD FS 2.0 Federation Service cannot create or verify Security Assertion Markup Language (SAML) tokens when the private keys of an AD FS 2.0 token-signing certificate and/or token decryption certificate are stored by using third-party cryptographic service providers (CSP), for example hardware security mode (HSM).

Update Rollup 1 for AD FS 2.0includes the following new capabilities:

  • Multiple Issuer Support

    Previously, Microsoft Office 365 customers who require single sign-on (SSO) by using AD FS 2.0 and use multiple top level domains for users' user principal name (UPN) suffixes within their organization (for example, @contoso.us or @contoso.de) are required to deploy a separate instance of AD FS 2.0 Federation Service for each suffix. After you install this Update Rollup on all the AD FS 2.0 federation servers in the farm and follow the instructions of using this feature with Office 365, new claim rules will be set to dynamically generate token issuer IDs based on the UPN suffixes of the Office 365 users. As a result, you do not have to set up multiple instances of AD FS 2.0 federation server to support SSO for multiple top level domains in Office 365.

    For more information about the instructions, visit the following Microsoft website:

    General information about how to set up a trust by adding or converting a domain for SSO

  • Client Access Policy Support

    Today, Office 365 customers do not have the capability to use AD FS 2.0 to restrict extranet access across all the endpoints to corporate resources within Office 365. Some organizations may want to create policies that limit access to Office 365 services that depend on the location of the client. For example, you might want to the following capabilities:

    • Block all extranet clients access to Office 365
    • Block all extranet clients access to Office 365, except for devices accessing Exchange Online for Exchange Active Sync

    Update Rollup 1 for AD FS 2.0 enables organizations to configure these kinds of policies. If Office 365 customers who use SSO require these policies, they can now use client access policy rules to restrict access based on the location of the computer or device that is making the request. Currently, customers who use Microsoft Office Online Services cloud IDs cannot implement these restrictions.

    For more information about how to use client access policy to limit access to Office 365 services that are depend on the location of the client, visit the following Microsoft website:

    General information about how to limit access to Office 365 services that depend on the location of the client For more information about how to plan for and deploy AD FS 2.0 for use with SSO, visit the following Microsoft website:

    General information about how to Plan for and deploy AD FS 2.0 for use with SSO

  • Congestion Avoidance Algorithm
    This algorithm implements the logic on the AD FS 2.0 federation server proxy to reject external client authentication requests if the AD FS 2.0 federation server is overloaded. It is closely related to a similar algorithm employed for congestion control in TCP known as Additive Increase Multiplicative Decrease (AIMD). The solution works by using a congestion window represented by a pool of tokens that it leases out to each incoming request to the federation server proxy. This algorithm eases the pressure on the federation server to prevent it from becoming congested and therefore making the system not work correctly. An AD FS 2.0 administrator can adjust the congestion algorithm in the federation server proxy’s config file. Here is the line for setting the congestion algorithm in the federation server proxy’s config file which is located in the <microsoft.identityServer.proxy> section:

    • <congestionControl latencyThresholdInMSec="2000" minCongestionWindowSize="16" />

    • Explanation of the configurable parameters in this setting:

    Parameters Allowed Values Description
    latencyThresholdInMsec Min Value = 1000
    Max Value=60000
    Default value = 2000
    Controls the sensitivity of the congestion algorithm trigger. When the average latency time rises above the latencyThresholdInMsec value, congestion control comes into effect.
    minCongestionWindowSize Min Value = 1
    Max Value = 10000
    Default value = 16
    Controls the severity of the congestion algorithm. Defines the smallest number of concurrent requests from the federation server proxy to federation server if persistent congestion occurs.
  • Additional AD FS 2.0 performance counters
    New performance counters were introduced in AD FS 2.0 federation server proxy and AD FS 2.0 federation server to have more measurement of AD FS 2.0 performance matrices. The following table shows a list of those performance counters and when you may want to use them:

    Performance counter name When to use Performance Counter Location
    Outstanding Token Requests When you want to measure the number of outstanding WS-Trust Token Requests on federation server proxy Federation server proxy
    Rejected Token Requests When you want to measure the number of WS-Trust requests that were rejected because of congestion throttling on federation server proxy Federation server proxy
    Rejected Token Requests/sec When you want to measure the number of WS-Trust requests that were rejected because of congestion throttling per second on federation server proxy Federation server proxy
    Token Request Latency When you want to measure the average roundtrip time (RTT) of WS-Trust requests on federation server proxy Federation server proxy
    Username Token Validations Failures When you want to measure the number of failed username and password authentications on federation server Federation server
    Username Token Validations Failures/sec When you want to measure the number of failed username and password authentications per second on federation server Federation server

        
      

Resolution

Update Rollup 1 information

A supported update rollup is available from Microsoft. If the update rollup is available for download, there is a "Hotfix download available" section at the top of this Knowledge Base article. If this section does not appear, contact Microsoft Customer Service and Support to obtain the update rollup 1.

Note If additional issues occur or if any troubleshooting is required, you might have to create a separate service request. The usual support costs will apply to additional support questions and issues that do not qualify for this specific hotfix. For a complete list of Microsoft Customer Service and Support telephone numbers or to create a separate service request, visit the following Microsoft Web site: http:⁠//support.microsoft.com/contactus/?ws=support

Note The "Hotfix download available" form displays the languages for which the update rollup is available. If you do not see your language, it is because an update rollup is not available for that language.

Prerequisites

To apply this hotfix, you must be running one of the following operating systems:

  • Windows Server 2008 Service Pack 2 (SP2)
  • Windows Server 2008 R2
  • Windows Server 2008 R2 Service Pack 1 (SP1)

Additionally, AD FS 2.0 must be installed on the computer.

For more information about how to obtain a Windows Server 2008 service pack, click the following article number to view the article in the Microsoft Knowledge Base:

968849 How to obtain the latest service pack for Windows Server 2008

For more information about how to obtain a Windows Server 2008 R2 service pack, click the following article number to view the article in the Microsoft Knowledge Base:

976932 Information about Service Pack 1 for Windows 7 and for Windows Server 2008 R2

Registry information

To use the hotfix in this package, you do not have to make any changes to the registry.

Restart requirement

You must restart the computer after you apply this hotfix.

Hotfix replacement information

This hotfix replaces previously released hotfixes 2254265 and 2272757.

File information

The global 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.

Windows Server 2008 file information notes

  • The files that apply to a specific product, SR_Level (RTM, SPn), and service branch (LDR, GDR) can be identified by examining the file version numbers as shown in the following table.

    Version Product SR_Level Service branch
    6.0.600
    1.
    22xxx
    Windows Server 2008 SP1 LDR
    6.0.600
    2.
    22xxx
    Windows Server 2008 SP2 LDR
  • Service Pack 1 is integrated into the release version of Windows Server 2008. Therefore, RTM milestone files apply only to Windows Vista. RTM milestone files have a 6.0.0000.xxxxx version number.

  • The MANIFEST files (.manifest) and the MUM files (.mum) that are installed for each environment are listed separately in the "Additional file information for Windows Server 2008" section. MUM files and MANIFEST files, and the associated security catalog (.cat) files, are extremely important to maintain the state of the updated components. The security catalog files, for which the attributes are not listed, are signed with a Microsoft digital signature.

For all supported x86-based versions of Windows Server 2008

File name File version File size Date Time Platform Service branch
Microsoft.identitymodel.dll 6.1.7601.21805 1,093,632 09-Sep-2011 11:39 x86 Not applicable
Microsoft.identityserver.claimspolicy.dll 6.1.7600.21045 208,896 13-Sep-2011 11:40 x86 MSIL_MICROSOFT.IDENTITYSERVER.CLAIMSPOLICY_31BF3856AD364E35_7.0.6002.22718_NONE_3FB50AEAC95B709B
Microsoft.identityserver.service.dll 6.1.7600.21045 663,552 13-Sep-2011 11:40 x86 Not applicable
Microsoft.identityserver.service.mof Not applicable 4,606 09-Sep-2011 11:40 Not applicable Not applicable
Uninstallwmiprovider.mof Not applicable 1,012 09-Sep-2011 11:40 Not applicable Not applicable
Microsoft.identityserver.ui.shared.dll 6.1.7600.21045 1,642,496 13-Sep-2011 11:40 x86 Not applicable
Microsoft.identityserver.dll 6.1.7600.21045 770,048 13-Sep-2011 11:40 x86 Not applicable
Error.aspx.cs Not applicable 1,741 09-Sep-2011 11:40 Not applicable Not applicable
Formssignin.aspx Not applicable 2,114 09-Sep-2011 11:40 Not applicable Not applicable
Formssignin.aspx.cs Not applicable 1,008 09-Sep-2011 11:40 Not applicable Not applicable
Global.asax Not applicable 72 09-Sep-2011 11:40 Not applicable Not applicable
Global.asax.cs Not applicable 3,739 09-Sep-2011 11:40 Not applicable Not applicable
Header_background.png Not applicable 641 09-Sep-2011 11:40 Not applicable Not applicable
Homerealmdiscovery.aspx Not applicable 1,205 09-Sep-2011 11:40 Not applicable Not applicable
Homerealmdiscovery.aspx.cs Not applicable 1,119 09-Sep-2011 11:40 Not applicable Not applicable
Idpinitiatedsignon.aspx Not applicable 6,147 09-Sep-2011 11:40 Not applicable Not applicable
Idpinitiatedsignon.aspx.cs Not applicable 4,769 09-Sep-2011 11:40 Not applicable Not applicable
Masterpage.master Not applicable 1,604 09-Sep-2011 11:40 Not applicable Not applicable
Masterpage.master.cs Not applicable 474 09-Sep-2011 11:40 Not applicable Not applicable
Signout.aspx Not applicable 1,953 09-Sep-2011 11:40 Not applicable Not applicable
Signout.aspx.cs Not applicable 650 09-Sep-2011 11:40 Not applicable Not applicable
Spinner.gif Not applicable 644 09-Sep-2011 11:40 Not applicable Not applicable
Stylesheet.css Not applicable 2,588 09-Sep-2011 11:40 Not applicable Not applicable
Web.config Not applicable 6,158 09-Sep-2011 11:40 Not applicable Not applicable

For all supported x64-based versions of Windows Server 2008

File name File version File size Date Time Platform Service branch
Error.aspx Not applicable 975 12-Aug-2010 14:13 Not applicable Not applicable
Error.aspx.cs Not applicable 1,741 12-Aug-2010 14:13 Not applicable Not applicable
Formssignin.aspx Not applicable 2,114 12-Aug-2010 14:13 Not applicable Not applicable
Formssignin.aspx.cs Not applicable 1,008 12-Aug-2010 14:13 Not applicable Not applicable
Global.asax Not applicable 72 12-Aug-2010 14:13 Not applicable Not applicable
Global.asax.cs Not applicable 3,739 12-Aug-2010 14:13 Not applicable Not applicable
Header_background.png Not applicable 641 12-Aug-2010 14:13 Not applicable Not applicable
Homerealmdiscovery.aspx Not applicable 1,205 12-Aug-2010 14:13 Not applicable Not applicable
Homerealmdiscovery.aspx.cs Not applicable 1,119 12-Aug-2010 14:13 Not applicable Not applicable
Idpinitiatedsignon.aspx Not applicable 6,147 12-Aug-2010 14:13 Not applicable Not applicable
Idpinitiatedsignon.aspx.cs Not applicable 4,769 12-Aug-2010 14:13 Not applicable Not applicable
Masterpage.master Not applicable 1,604 12-Aug-2010 14:13 Not applicable Not applicable
Masterpage.master.cs Not applicable 474 12-Aug-2010 14:13 Not applicable Not applicable
Signout.aspx Not applicable 1,953 12-Aug-2010 14:13 Not applicable Not applicable
Signout.aspx.cs Not applicable 650 12-Aug-2010 14:13 Not applicable Not applicable
Spinner.gif Not applicable 644 12-Aug-2010 14:13 Not applicable Not applicable
Stylesheet.css Not applicable 2,588 12-Aug-2010 14:13 Not applicable Not applicable
Web.config Not applicable 6,158 12-Aug-2010 14:13 Not applicable Not applicable
Microsoft.identityserver.nativeresources.dll 6.1.7600.21045 147,968 13-Sep-2011 10:52 x64 Not applicable
Microsoft.identitymodel.dll 6.1.7601.21805 1,093,632 02-Sep-2011 10:50 x86 Not applicable
Microsoft.identityserver.claimspolicy.dll 6.1.7600.21045 208,896 13-Sep-2011 10:52 x86 MSIL_MICROSOFT.IDENTITYSERVER.CLAIMSPOLICY_31BF3856AD364E35_7.0.6002.22718_NONE_3FB50AEAC95B709B
Microsoft.identityserver.service.dll 6.1.7600.21045 663,552 13-Sep-2011 10:52 x86 Not applicable
Microsoft.identityserver.service.mof Not applicable 4,606 12-Aug-2010 14:13 Not applicable Not applicable
Uninstallwmiprovider.mof Not applicable 1,012 12-Aug-2010 14:13 Not applicable Not applicable
Microsoft.identityserver.ui.shared.dll 6.1.7600.21045 1,642,496 13-Sep-2011 10:52 x86 Not applicable
Microsoft.identityserver.dll 6.1.7600.21045 770,048 13-Sep-2011 10:52 x86 Not applicable

Windows Server 2008 R2 file information notes

  • The files that apply to a specific product, SR_Level (RTM, SPn), and service branch (LDR, GDR) can be identified by examining the file version numbers as shown in the following table.

    Version Product SR_Level Service branch
    6.1.760
    0.
    21xxx
    Windows Server 2008 R2 RTM LDR
    6.1.760
    1.
    21xxx
    Windows Server 2008 R2 SP1 LDR
  • The MANIFEST files (.manifest) and the MUM files (.mum) that are installed for each environment are listed separately in the "Additional file information for Windows Server 2008 R2" section. MUM and MANIFEST files, and the associated security catalog (.cat) files, are extremely important to maintain the state of the updated components. The security catalog files, for which the attributes are not listed, are signed with a Microsoft digital signature.

For all supported x64-based versions of Windows Server 2008 R2

File name File version File size Date Time Platform Service branch
Error.aspx Not applicable 975 23-May-2010 01:26 Not applicable Not applicable
Error.aspx.cs Not applicable 1,741 23-May-2010 01:26 Not applicable Not applicable
Formssignin.aspx Not applicable 2,114 23-May-2010 01:26 Not applicable Not applicable
Formssignin.aspx.cs Not applicable 1,008 23-May-2010 01:26 Not applicable Not applicable
Global.asax Not applicable 72 23-May-2010 01:26 Not applicable Not applicable
Global.asax.cs Not applicable 3,739 23-May-2010 01:26 Not applicable Not applicable
Header_background.png Not applicable 641 23-May-2010 01:26 Not applicable Not applicable
Homerealmdiscovery.aspx Not applicable 1,205 23-May-2010 01:26 Not applicable Not applicable
Homerealmdiscovery.aspx.cs Not applicable 1,119 23-May-2010 01:26 Not applicable Not applicable
Idpinitiatedsignon.aspx Not applicable 6,147 23-May-2010 01:26 Not applicable Not applicable
Idpinitiatedsignon.aspx.cs Not applicable 4,769 27-Jul-2010 08:08 Not applicable Not applicable
Masterpage.master Not applicable 1,604 23-May-2010 01:26 Not applicable Not applicable
Masterpage.master.cs Not applicable 474 23-May-2010 01:26 Not applicable Not applicable
Signout.aspx Not applicable 1,953 23-May-2010 01:26 Not applicable Not applicable
Signout.aspx.cs Not applicable 650 23-May-2010 01:26 Not applicable Not applicable
Spinner.gif Not applicable 644 23-May-2010 01:26 Not applicable Not applicable
Stylesheet.css Not applicable 2,588 23-May-2010 01:26 Not applicable Not applicable
Web.config Not applicable 6,158 23-May-2010 01:26 Not applicable Not applicable
Error.aspx Not applicable 975 05-Nov-2010 02:10 Not applicable Not applicable
Error.aspx.cs Not applicable 1,741 05-Nov-2010 02:10 Not applicable Not applicable
Formssignin.aspx Not applicable 2,114 05-Nov-2010 02:10 Not applicable Not applicable
Formssignin.aspx.cs Not applicable 1,008 05-Nov-2010 02:10 Not applicable Not applicable
Global.asax Not applicable 72 05-Nov-2010 02:10 Not applicable Not applicable
Global.asax.cs Not applicable 3,739 05-Nov-2010 02:10 Not applicable Not applicable
Header_background.png Not applicable 641 05-Nov-2010 02:10 Not applicable Not applicable
Homerealmdiscovery.aspx Not applicable 1,205 05-Nov-2010 02:10 Not applicable Not applicable
Homerealmdiscovery.aspx.cs Not applicable 1,119 05-Nov-2010 02:10 Not applicable Not applicable
Idpinitiatedsignon.aspx Not applicable 6,147 05-Nov-2010 02:10 Not applicable Not applicable
Idpinitiatedsignon.aspx.cs Not applicable 4,769 12-Nov-2010 23:55 Not applicable Not applicable
Masterpage.master Not applicable 1,604 05-Nov-2010 02:10 Not applicable Not applicable
Masterpage.master.cs Not applicable 474 05-Nov-2010 02:10 Not applicable Not applicable
Signout.aspx Not applicable 1,953 05-Nov-2010 02:10 Not applicable Not applicable
Signout.aspx.cs Not applicable 650 05-Nov-2010 02:10 Not applicable Not applicable
Spinner.gif Not applicable 644 05-Nov-2010 02:10 Not applicable Not applicable
Stylesheet.css Not applicable 2,588 05-Nov-2010 02:10 Not applicable Not applicable
Web.config Not applicable 6,158 05-Nov-2010 02:10 Not applicable Not applicable
Microsoft.identityserver.nativeresources.dll 6.1.7600.21045 147,968 03-Sep-2011 08:27 x64 Not applicable
Microsoft.identityserver.nativeresources.dll 6.1.7601.21810 147,968 03-Sep-2011 09:19 x64 Not applicable
Microsoft.identitymodel.dll 6.1.7600.21045 1,093,632 03-Sep-2011 09:41 x86 Not applicable
Microsoft.identitymodel.dll 6.1.7601.21810 1,093,632 03-Sep-2011 11:33 x86 Not applicable
Microsoft.identityserver.claimspolicy.dll 6.1.7600.21045 208,896 03-Sep-2011 09:41 x86 MSIL_MICROSOFT.IDENTITYSERVER.CLAIMSPOLICY_31BF3856AD364E35_7.1.7600.21045_NONE_3DD2CCFC2D679921
Microsoft.identityserver.claimspolicy.dll 6.1.7601.21810 208,896 03-Sep-2011 11:33 x86 MSIL_MICROSOFT.IDENTITYSERVER.CLAIMSPOLICY_31BF3856AD364E35_7.1.7601.21810_NONE_3FD4C2182A79FC6C
Microsoft.identityserver.service.dll 6.1.7600.21045 663,552 03-Sep-2011 09:41 x86 Not applicable
Microsoft.identityserver.service.mof Not applicable 4,606 23-May-2010 01:27 Not applicable Not applicable
Uninstallwmiprovider.mof Not applicable 1,012 23-May-2010 01:27 Not applicable Not applicable
Microsoft.identityserver.service.dll 6.1.7601.21810 663,552 03-Sep-2011 11:33 x86 Not applicable
Microsoft.identityserver.service.mof Not applicable 4,606 05-Nov-2010 02:09 Not applicable Not applicable
Uninstallwmiprovider.mof Not applicable 1,012 05-Nov-2010 02:09 Not applicable Not applicable
Microsoft.identityserver.ui.shared.dll 6.1.7600.21045 1,642,496 03-Sep-2011 09:41 x86 Not applicable
Microsoft.identityserver.ui.shared.dll 6.1.7601.21810 1,642,496 03-Sep-2011 11:33 x86 Not applicable
Microsoft.identityserver.dll 6.1.7600.21045 770,048 03-Sep-2011 09:41 x86 Not applicable
Microsoft.identityserver.dll 6.1.7601.21810 770,048 03-Sep-2011 11:33 x86 Not applicable

Status

Microsoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section.

More Information

For more information about software update terminology, click the following article number to view the article in the Microsoft Knowledge Base:

824684 Description of the standard terminology that is used to describe Microsoft software updates

For more information, click the following article number to view the article in the Microsoft Knowledge Base:

2254265 The "500" error code is returned when you send an HTTP SOAP request to the "/adfs/services/trust/mex" endpoint on a computer that is running Windows Server 2008 R2 or Windows Server 2008 For more information, click the following article number to view the article in the Microsoft Knowledge Base:

2272757 An identity-provider-initiated sign-on process is slow in Windows Server 2008 R2 and in Windows Server 2008

Additional file information

Additional file information for Windows Server 2008

Additional files for all supported x86-based versions of Windows Server 2008

File name Msil_microsoft.identitymodel_31bf3856ad364e35_7.0.6002.22718_none_69fac9045e6f83e4.manifest
File version Not applicable
File size 3,342
Date (UTC) 16-Sep-2011
Time (UTC) 16:49
Platform Not applicable
File name Msil_microsoft.identityserver.claimspolicy_31bf3856ad364e35_7.0.6002.22718_none_3fb50aeac95b709b.manifest
File version Not applicable
File size 3,382
Date (UTC) 16-Sep-2011
Time (UTC) 16:50
Platform Not applicable
File name Msil_microsoft.identityserver.service_31bf3856ad364e35_7.0.6002.22718_none_bc3991ea85b7961f.manifest
File version Not applicable
File size 5,302
Date (UTC) 16-Sep-2011
Time (UTC) 16:52
Platform Not applicable
File name Msil_microsoft.identityserver.ui.shared_31bf3856ad364e35_7.0.6002.22718_none_dc9039729d646d5d.manifest
File version Not applicable
File size 3,370
Date (UTC) 16-Sep-2011
Time (UTC) 16:52
Platform Not applicable
File name Msil_microsoft.identityserver_31bf3856ad364e35_7.0.6002.22718_none_85f86491fbfc966c.manifest
File version Not applicable
File size 3,330
Date (UTC) 16-Sep-2011
Time (UTC) 16:51
Platform Not applicable
File name Update.mum
File version Not applicable
File size 9,881
Date (UTC) 16-Sep-2011
Time (UTC) 22:03
Platform Not applicable
File name X86_microsoft-windows-i..-proxy-perfcounters_31bf3856ad364e35_7.0.6002.22718_none_8078cd7475a66ad2.manifest
File version Not applicable
File size 3,497
Date (UTC) 16-Sep-2011
Time (UTC) 16:47
Platform Not applicable
File name X86_microsoft-windows-i..derationpassive-web_31bf3856ad364e35_7.0.6002.22718_none_8da95df15c784550.manifest
File version Not applicable
File size 48,896
Date (UTC) 16-Sep-2011
Time (UTC) 16:53
Platform Not applicable
File name X86_microsoft-windows-i..er-sts-perfcounters_31bf3856ad364e35_7.0.6002.22718_none_1b2f5c76e0e0a59e.manifest
File version Not applicable
File size 3,574
Date (UTC) 16-Sep-2011
Time (UTC) 16:47
Platform Not applicable
File name
File name X86_microsoft.identityserver.nativeresources_31bf3856ad364e35_7.0.6002.22718_none_960323cb2ea1a525.manifest
File version Not applicable
File size 3,843
Date (UTC) 16-Sep-2011
Time (UTC) 16:51
Platform Not applicable

Additional files for all supported x64-based versions of Windows Server 2008

File name Amd64_microsoft-windows-i..-proxy-perfcounters_31bf3856ad364e35_7.0.6002.22718_none_dc9768f82e03dc08.manifest
File version Not applicable
File size 3,499
Date (UTC) 16-Sep-2011
Time (UTC) 16:47
Platform Not applicable
File name Amd64_microsoft-windows-i..derationpassive-web_31bf3856ad364e35_7.0.6002.22718_none_e9c7f97514d5b686.manifest
File version Not applicable
File size 48,898
Date (UTC) 16-Sep-2011
Time (UTC) 16:54
Platform Not applicable
File name Amd64_microsoft-windows-i..er-sts-perfcounters_31bf3856ad364e35_7.0.6002.22718_none_774df7fa993e16d4.manifest
File version Not applicable
File size 3,576
Date (UTC) 16-Sep-2011
Time (UTC) 16:47
Platform Not applicable
File name Amd64_microsoft.identityserver.nativeresources_31bf3856ad364e35_7.0.6002.22718_none_f221bf4ee6ff165b.manifest
File version Not applicable
File size 3,847
Date (UTC) 16-Sep-2011
Time (UTC) 16:52
Platform Not applicable
File name Msil_microsoft.identitymodel_31bf3856ad364e35_7.0.6002.22718_none_69fac9045e6f83e4.manifest
File version Not applicable
File size 3,346
Date (UTC) 16-Sep-2011
Time (UTC) 16:49
Platform Not applicable
File name Msil_microsoft.identityserver.claimspolicy_31bf3856ad364e35_7.0.6002.22718_none_3fb50aeac95b709b.manifest
File version Not applicable
File size 3,384
Date (UTC) 16-Sep-2011
Time (UTC) 16:50
Platform Not applicable
File name Msil_microsoft.identityserver.service_31bf3856ad364e35_7.0.6002.22718_none_bc3991ea85b7961f.manifest
File version Not applicable
File size 5,304
Date (UTC) 16-Sep-2011
Time (UTC) 16:53
Platform Not applicable
File name Msil_microsoft.identityserver.ui.shared_31bf3856ad364e35_7.0.6002.22718_none_dc9039729d646d5d.manifest
File version Not applicable
File size 3,372
Date (UTC) 16-Sep-2011
Time (UTC) 16:53
Platform Not applicable
File name Msil_microsoft.identityserver_31bf3856ad364e35_7.0.6002.22718_none_85f86491fbfc966c.manifest
File version Not applicable
File size 3,332
Date (UTC) 16-Sep-2011
Time (UTC) 16:52
Platform Not applicable
File name Update.mum
File version Not applicable
File size 9,971
Date (UTC) 16-Sep-2011
Time (UTC) 22:03
Platform Not applicable

Additional file information for Windows Server 2008 R2

Additional files for all supported x64-based versions of Windows Server 2008 R2

File name Amd64_microsoft-windows-i..-proxy-perfcounters_31bf3856ad364e35_7.1.7600.21045_none_dab52b099210048e.manifest
File version Not applicable
File size 3,499
Date (UTC) 03-Sep-2011
Time (UTC) 11:06
Platform Not applicable
File name Amd64_microsoft-windows-i..-proxy-perfcounters_31bf3856ad364e35_7.1.7601.21810_none_dcb720258f2267d9.manifest
File version Not applicable
File size 3,499
Date (UTC) 03-Sep-2011
Time (UTC) 12:23
Platform Not applicable
File name Amd64_microsoft-windows-i..derationpassive-web_31bf3856ad364e35_7.1.7600.21045_none_e7e5bb8678e1df0c.manifest
File version Not applicable
File size 52,473
Date (UTC) 03-Sep-2011
Time (UTC) 11:21
Platform Not applicable
File name Amd64_microsoft-windows-i..derationpassive-web_31bf3856ad364e35_7.1.7601.21810_none_e9e7b0a275f44257.manifest
File version Not applicable
File size 52,473
Date (UTC) 03-Sep-2011
Time (UTC) 12:45
Platform Not applicable
File name Amd64_microsoft-windows-i..er-sts-perfcounters_31bf3856ad364e35_7.1.7600.21045_none_756bba0bfd4a3f5a.manifest
File version Not applicable
File size 3,576
Date (UTC) 03-Sep-2011
Time (UTC) 11:06
Platform Not applicable
File name Amd64_microsoft-windows-i..er-sts-perfcounters_31bf3856ad364e35_7.1.7601.21810_none_776daf27fa5ca2a5.manifest
File version Not applicable
File size 3,576
Date (UTC) 03-Sep-2011
Time (UTC) 12:23
Platform Not applicable
File name Amd64_microsoft.identityserver.nativeresources_31bf3856ad364e35_7.1.7600.21045_none_f03f81604b0b3ee1.manifest
File version Not applicable
File size 3,847
Date (UTC) 03-Sep-2011
Time (UTC) 11:14
Platform Not applicable
File name Amd64_microsoft.identityserver.nativeresources_31bf3856ad364e35_7.1.7601.21810_none_f241767c481da22c.manifest
File version Not applicable
File size 3,847
Date (UTC) 03-Sep-2011
Time (UTC) 12:37
Platform Not applicable
File name Msil_microsoft.identitymodel_31bf3856ad364e35_7.1.7600.21045_none_68188b15c27bac6a.manifest
File version Not applicable
File size 2,333
Date (UTC) 03-Sep-2011
Time (UTC) 10:07
Platform Not applicable
File name Msil_microsoft.identitymodel_31bf3856ad364e35_7.1.7601.21810_none_6a1a8031bf8e0fb5.manifest
File version Not applicable
File size 2,333
Date (UTC) 03-Sep-2011
Time (UTC) 12:01
Platform Not applicable
File name Msil_microsoft.identityserver.claimspolicy_31bf3856ad364e35_7.1.7600.21045_none_3dd2ccfc2d679921.manifest
File version Not applicable
File size 3,098
Date (UTC) 03-Sep-2011
Time (UTC) 10:08
Platform Not applicable
File name Msil_microsoft.identityserver.claimspolicy_31bf3856ad364e35_7.1.7601.21810_none_3fd4c2182a79fc6c.manifest
File version Not applicable
File size 3,098
Date (UTC) 03-Sep-2011
Time (UTC) 12:06
Platform Not applicable
File name Msil_microsoft.identityserver.service_31bf3856ad364e35_7.1.7600.21045_none_ba5753fbe9c3bea5.manifest
File version Not applicable
File size 5,018
Date (UTC) 03-Sep-2011
Time (UTC) 10:11
Platform Not applicable
File name Msil_microsoft.identityserver.service_31bf3856ad364e35_7.1.7601.21810_none_bc594917e6d621f0.manifest
File version Not applicable
File size 5,018
Date (UTC) 03-Sep-2011
Time (UTC) 12:18
Platform Not applicable
File name Msil_microsoft.identityserver.ui.shared_31bf3856ad364e35_7.1.7600.21045_none_daadfb84017095e3.manifest
File version Not applicable
File size 3,086
Date (UTC) 03-Sep-2011
Time (UTC) 10:10
Platform Not applicable
File name Msil_microsoft.identityserver.ui.shared_31bf3856ad364e35_7.1.7601.21810_none_dcaff09ffe82f92e.manifest
File version Not applicable
File size 3,086
Date (UTC) 03-Sep-2011
Time (UTC) 12:15
Platform Not applicable
File name Msil_microsoft.identityserver_31bf3856ad364e35_7.1.7600.21045_none_841626a36008bef2.manifest
File version Not applicable
File size 3,046
Date (UTC) 03-Sep-2011
Time (UTC) 10:10
Platform Not applicable
File name Msil_microsoft.identityserver_31bf3856ad364e35_7.1.7601.21810_none_86181bbf5d1b223d.manifest
File version Not applicable
File size 3,046
Date (UTC) 03-Sep-2011
Time (UTC) 12:11
Platform Not applicable
File name Update.mum
File version Not applicable
File size 10,112
Date (UTC) 03-Sep-2011
Time (UTC) 23:09
Platform Not applicable