OWIN: #87 Make IHttpAuthenticationFeature.Handler not throw.
This commit is contained in:
parent
13f4c242ab
commit
05a275faae
|
|
@ -234,11 +234,7 @@ namespace Microsoft.AspNet.Owin
|
||||||
set { Prop(OwinConstants.Security.User, value); }
|
set { Prop(OwinConstants.Security.User, value); }
|
||||||
}
|
}
|
||||||
|
|
||||||
IAuthenticationHandler IHttpAuthenticationFeature.Handler
|
IAuthenticationHandler IHttpAuthenticationFeature.Handler { get; set; }
|
||||||
{
|
|
||||||
get { throw new NotImplementedException(); }
|
|
||||||
set { throw new NotImplementedException(); }
|
|
||||||
}
|
|
||||||
|
|
||||||
public int Revision
|
public int Revision
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue