diff --git a/src/Microsoft.AspNet.Owin/OwinFeatureCollection.cs b/src/Microsoft.AspNet.Owin/OwinFeatureCollection.cs index c7af211b46..acd3b2f850 100644 --- a/src/Microsoft.AspNet.Owin/OwinFeatureCollection.cs +++ b/src/Microsoft.AspNet.Owin/OwinFeatureCollection.cs @@ -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 {