mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
Updating Owin assemlies, and fixing broken unit tests
This commit is contained in:
@@ -145,24 +145,6 @@
|
||||
Looks up a localized string similar to The '{0}' method on class '{1}' does not have the expected signature 'void {0}(IAppBuilder)'..
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:Microsoft.Owin.Host.SystemWeb.AuthenticationResult">
|
||||
<summary></summary>
|
||||
</member>
|
||||
<member name="M:Microsoft.Owin.Host.SystemWeb.AuthenticationResult.#ctor(System.Security.Principal.IIdentity,System.Collections.Generic.IDictionary{System.String,System.String},System.Collections.Generic.IDictionary{System.String,System.Object})">
|
||||
<summary></summary>
|
||||
<param name="identity"></param>
|
||||
<param name="extra"></param>
|
||||
<param name="properties"></param>
|
||||
</member>
|
||||
<member name="P:Microsoft.Owin.Host.SystemWeb.AuthenticationResult.Identity">
|
||||
<summary></summary>
|
||||
</member>
|
||||
<member name="P:Microsoft.Owin.Host.SystemWeb.AuthenticationResult.Extra">
|
||||
<summary></summary>
|
||||
</member>
|
||||
<member name="P:Microsoft.Owin.Host.SystemWeb.AuthenticationResult.Properties">
|
||||
<summary></summary>
|
||||
</member>
|
||||
<member name="T:Microsoft.Owin.Host.SystemWeb.DataProtection.MachineKeyDataProtectionProvider">
|
||||
<summary>
|
||||
Used to provide the data protection services that are derived from the MachineKey API. It is the best choice of
|
||||
@@ -177,35 +159,39 @@
|
||||
<returns>An instance of a data protection service</returns>
|
||||
</member>
|
||||
<member name="T:System.Web.HttpContextBaseExtensions">
|
||||
<summary>Provides extension methods for <see cref="T:System.Web.HttpContextBase"/>.</summary>
|
||||
<summary>
|
||||
Provides extension methods for <see cref="T:System.Web.HttpContextBase"/>.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:System.Web.HttpContextBaseExtensions.GetOwinContext(System.Web.HttpContextBase)">
|
||||
<summary>
|
||||
|
||||
Gets the <see cref="T:Microsoft.Owin.IOwinContext"/> for the current request.
|
||||
</summary>
|
||||
<param name="context"></param>
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="M:System.Web.HttpContextBaseExtensions.GetOwinContext(System.Web.HttpRequestBase)">
|
||||
<summary>
|
||||
|
||||
Gets the <see cref="T:Microsoft.Owin.IOwinContext"/> for the current request.
|
||||
</summary>
|
||||
<param name="request"></param>
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="T:System.Web.HttpContextExtensions">
|
||||
<summary>Provides extension methods for <see cref="T:System.Web.HttpContext"/>.</summary>
|
||||
<summary>
|
||||
Provides extension methods for <see cref="T:System.Web.HttpContext"/>.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:System.Web.HttpContextExtensions.GetOwinContext(System.Web.HttpContext)">
|
||||
<summary>
|
||||
|
||||
Gets the <see cref="T:Microsoft.Owin.IOwinContext"/> for the current request.
|
||||
</summary>
|
||||
<param name="context"></param>
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="M:System.Web.HttpContextExtensions.GetOwinContext(System.Web.HttpRequest)">
|
||||
<summary>
|
||||
|
||||
Gets the <see cref="T:Microsoft.Owin.IOwinContext"/> for the current request.
|
||||
</summary>
|
||||
<param name="request"></param>
|
||||
<returns></returns>
|
||||
|
||||
Reference in New Issue
Block a user