OWIN: #87 Make IHttpAuthenticationFeature.Handler not throw.

This commit is contained in:
Chris Ross 2014-06-30 11:06:32 -07:00
parent 13f4c242ab
commit 05a275faae
1 changed files with 1 additions and 5 deletions

View File

@ -234,11 +234,7 @@ namespace Microsoft.AspNet.Owin
set { Prop(OwinConstants.Security.User, value); }
}
IAuthenticationHandler IHttpAuthenticationFeature.Handler
{
get { throw new NotImplementedException(); }
set { throw new NotImplementedException(); }
}
IAuthenticationHandler IHttpAuthenticationFeature.Handler { get; set; }
public int Revision
{