Microsoft.AspNetCore.SignalR.Resources.FormatError_CallerNotAuthorizedToInvokeMethodOn C# (CSharp) Method

FormatError_CallerNotAuthorizedToInvokeMethodOn() static private method

Caller is not authorized to invoke the {0} method on {1}.
static private FormatError_CallerNotAuthorizedToInvokeMethodOn ( object p0, object p1 ) : string
p0 object
p1 object
return string
        internal static string FormatError_CallerNotAuthorizedToInvokeMethodOn(object p0, object p1)
        {
            return string.Format(CultureInfo.CurrentCulture, GetString("Error_CallerNotAuthorizedToInvokeMethodOn"), p0, p1);
        }
Resources