您要查找的是不是:
- Class can be thrown in partial trust situations. 在部分信任的情况下可能会引发。
- How do I write partial trust applications? 如何编写部分信任的程序?
- This class cannot be used by partially trusted code. 此类不能由部分受信任的代码使用。
- This member cannot be used by partially trusted code. 此成员不能由部分信任的代码使用。
- Report Builder can run in partial trust or full trust mode. 报表生成器可以使用部分信任模式或完全信任模式运行。
- The application is too large to run online in partial trust. 应用程序太大,不能以部分信任的方式联机运行。
- Describes the categories of capabilities that the host can block from running in partially trusted code. 描述宿主能够阻止其在部分受信任的代码中运行的功能类别。
- Usage quotas should be considered to guard against resource attacks by partially trusted applications. 应该考虑使用配额,从而预防部分受信任的应用程序发起的资源攻击。
- NET Framework supports a code-access security mechanism that assumes that the runtime can host both fully trusted and partially trusted code. NET Framework支持代码访问安全机制,此机制假设:运行时可承载完全可信和部分可信的代码。
- Transparent assemblies can be accessed from partially trusted code and cannot expose access to any protected resources or functionality. 透明程序集可以从部分受信任的代码访问,并且不能公开对任何受保护资源或功能的访问。
- Apply a demand for full trust to the specific member or class within the assembly from step 2 that you want protected from partially trusted callers. 对步骤2中的程序集中要保护不让部分受信任的调用方使用的特定成员或类应用完全信任这一要求。
- Specifies that managed classes and members that allow or require human interaction be blocked from running in partially trusted code. 指定允许或需要人机交互的托管类和成员禁止在部分受信任的代码中运行。
- If you want partially trusted callers to be able to call select classes or members in your library, you can place demands on those classes or members. 如果希望部分受信任的调用方能够调用库中的select类或成员,您可以设置对这些类或成员的要求。
- Such code is protected against intentional or unintentional misuse by partially trusted mobile code without the developer or administrator having to do anything extra. 这样的代码不会受到部分受信任的移动代码的有意或无意的滥用,无须开发人员或管理员进行任何额外的操作。
- In partial trust, Report Builder runs using the permissions granted to applications in the Local intranet zone. 在部分信任模式下,报表生成器使用为本地Intranet区域中的应用程序授予的权限来运行。
- Describes the interactions between code access security, role-based security, and partially trusted environments from the perspective of an ADO.NET application. 从ADO.;NET应用程序角度描述代码访问安全性、基于角色安全性以及部分受信任环境之间的交互。
- For partial trust applications, assemblies are usually unloaded in the same order that they are loaded. 对于部分信任的应用程序,通常情况下程序集的卸载顺序与其加载顺序相同。
- Provides the host with a way to block managed classes, methods, properties and fields that offer specified capabilities from running in partially trusted code. 为宿主提供方法,用以防止在进程中加载提供特别功能类别的类型和成员。
- By default, code coming from the Internet and the Intranet can only run in what is known as partial trust. 默认情况下,来自Internet和Intranet的代码只能在称为“部分信任”的环境中运行。
- Assume instead that callers might create instances of your type in partial trust. 而应假定调用方可能会在部分信任的情况下创建这种类型的实例。