1 write to Policies
Microsoft.AspNetCore.SignalR.Core (1)
Internal\HubMethodDescriptor.cs (1)
144
Policies
= policies.ToArray();
2 references to Policies
Microsoft.AspNetCore.SignalR.Core (2)
Internal\DefaultHubDispatcher.cs (2)
668
if (descriptor.
Policies
.Count == 0)
673
return IsHubMethodAuthorizedSlow(provider, hubConnectionContext.User, descriptor.
Policies
, new HubInvocationContext(hubConnectionContext.HubCallerContext, provider, hub, descriptor.MethodExecutor.MethodInfo, hubMethodArguments));