PolicyConfiguration is a rather large and unwieldy interface to provide an implementation of from scratch.
A number of methods, specifically overloads that take a PermissionCollection vs a Permission can have simple defaults. This can make it easier for implementors and makes the code that is specific to an implementation easier to read.
PolicyConfigurationis a rather large and unwieldy interface to provide an implementation of from scratch.A number of methods, specifically overloads that take a
PermissionCollectionvs aPermissioncan have simple defaults. This can make it easier for implementors and makes the code that is specific to an implementation easier to read.