本文介绍了FullTrust用于调用流程成员的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
你好,
我必须从一个进程调用Handle并且需要FullTrust
否则它会发生异常。
目前我只使用这个代码并发生异常。
[PermissionSet(SecurityAction.LinkDemand,Name =" FullTrust")]
PermissionState.Unrestricted如何实施?
jeff
解决方案
hello,
I have to call the Handle from a process and FullTrust is needed
otherwise it happens an exception.
currently i am using only this code and the exception occurs.
[PermissionSet(SecurityAction.LinkDemand, Name="FullTrust")]
how is PermissionState.Unrestricted to implement?
jeff
解决方案
这篇关于FullTrust用于调用流程成员的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!