Closed pfirmstone closed 5 years ago
StringMethodConstraints replaces BasicMethodConstraints, which has been deprecated and addresses the issue of codebase downloads that can occur during the application of method constraints.
This reduces complexity, where a client is in the process of authenticating a service and applying constraints and would otherwise require additional codebase downloads.
BasicMethodConstraints uses classes for matching method constraint signatures, the problem with this approach is it may require codebase downloads.