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); }
|
||||
}
|
||||
|
||||
IAuthenticationHandler IHttpAuthenticationFeature.Handler
|
||||
{
|
||||
get { throw new NotImplementedException(); }
|
||||
set { throw new NotImplementedException(); }
|
||||
}
|
||||
IAuthenticationHandler IHttpAuthenticationFeature.Handler { get; set; }
|
||||
|
||||
public int Revision
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue