test: add Obsolete attribute
This commit is contained in:
parent
6e5bb03490
commit
17444860c8
|
@ -32,6 +32,7 @@ namespace Bootstrap.DataAccess
|
||||||
|
|
||||||
public override WebSocketManager WebSockets => throw new NotImplementedException();
|
public override WebSocketManager WebSockets => throw new NotImplementedException();
|
||||||
|
|
||||||
|
[Obsolete]
|
||||||
public override AuthenticationManager Authentication => throw new NotImplementedException();
|
public override AuthenticationManager Authentication => throw new NotImplementedException();
|
||||||
|
|
||||||
public override ClaimsPrincipal User { get; set; } = new ClaimsPrincipal(new System.Security.Principal.GenericIdentity("User"));
|
public override ClaimsPrincipal User { get; set; } = new ClaimsPrincipal(new System.Security.Principal.GenericIdentity("User"));
|
||||||
|
|
Loading…
Reference in New Issue