Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道是否有某种方法可以从配置文件中加载权限集。
例如,具有以下权限的权限集:
先感谢您。
PermissionSet.FromXml(SecurityElement.FromString(yourXmlRepresentation))对你的场景有用吗?如果没有,请发布您的配置文件内容示例,以及您尝试用于读取权限集的代码。
PermissionSet.FromXml(SecurityElement.FromString(yourXmlRepresentation))