• 可利用内在 CLR中的代码访问安全性

    You can also take advantage of the code access security that's built into the CLR.

    youdao

  • 代码访问安全性限制计算机资源访问

    Code access Security to limit access to resources on a machine.

    youdao

  • 禁用代码访问安全性时,所有代码访问要求都会成功

    When code access security is disabled, all code access demands succeed.

    youdao

  • 代码访问安全性权限检查基于所有调用方堆栈权限进行

    Code access security bases its permission checks on the permissions of all the callers on the stack.

    youdao

  • 代码访问安全性会帮助限制代码受保护资源操作访问

    Code access security helps limit the access that code has to protected resources and operations.

    youdao

  • 不正确管理代码访问安全性(CAS)策略可能导致安全漏洞

    Improperly administering code access security (CAS) policy can potentially create security weaknesses.

    youdao

  • 如果设计需要了解代码访问安全性仔细保护的类库。

    If you design class libraries, you need to understand code access security and be careful to secure your class library.

    youdao

  • 例如具有代码访问安全性权限本地应用程序可能具有操作系统权限。

    For example, a local application that has the code access security permission might not have operating system permission.

    youdao

  • 禁用代码访问安全性使系统容易受到恶意代码(病毒蠕虫)的攻击

    Disabling code access security makes the system vulnerable to attacks by malicious code such as viruses and worms.

    youdao

  • 如果并行区域外部应用CLR代码访问安全性特性在并行区域内将无效。

    If you apply a CLR code access security attribute outside a parallel region, it won't be in effect in the parallel region.

    youdao

  • 如果,则包装托管代码必须请求所需权限才能输入代码访问安全性

    If it does, the managed code wrapping it must demand the necessary permissions before allowing it to be entered.

    youdao

  • 代码访问安全性策略配置状态分为三个管理策略级别企业计算机用户策略。

    Code access security policy configuration state consists of three administrative policy levels: enterprise, machine, and user policy.

    youdao

  • 代码访问安全性有助于最大限度地减少由于代码中的安全脆弱性而造成的损害

    Code access security can also help minimize the damage that can result from security vulnerabilities in your code.

    youdao

  • 使用代码访问安全性可以减小恶意代码包含错误的代码滥用代码可能性

    Using code access security can reduce the likelihood that your code will be misused by malicious or error-filled code.

    youdao

  • 代码访问安全性(CAS)帮助限制代码受保护资源操作访问权限的一种机制

    Code access security (CAS) is a mechanism that helps limit the access that code has to protected resources and operations.

    youdao

  • 托管代码使用代码访问安全性(CAS)、代码链接应用程序阻止程序集执行某些操作

    Managed code USES code Access Security (CAS), code links, and application domains to prevent assemblies from performing certain operations.

    youdao

  • 代码访问安全性使代码可以根据它所来自位置以及代码标识其他方面获得不同等级的受信

    Code access security allows code to be trusted to varying degrees, depending on where the code originates and on other aspects of the code's identity.

    youdao

  • 如果使用早期代码访问安全性规则(级别1)的程序完全受信任,则可以调用级别2安全关键类型成员

    Assemblies that use earlier code access security rules (level 1) can call level 2 security-critical types and members if they are full trusted.

    youdao

  • 通过方法可以受益托管环境环境中执行完全编译的基于. NET的应用程序其中包括代码访问安全性

    Along the way you get the benefits of the managed environment in which a fully compiled.net-based application executes, including code access security.

    youdao

  • 除非完全信任应用程序标记安全-透明,否则它们代码访问安全性的影响,因为它们完全受信任的。

    Full-trust applications are not affected by code access security unless they are marked as security-transparent, because they are fully trusted.

    youdao

  • 代码访问安全性将影响面向公共语言运行时所有托管代码即使代码执行代码访问安全性权限的单项检查

    Code access security affects all managed code that targets the common language runtime, even if that code does not make a single code-access-security permission check.

    youdao

  • 可以手动编辑策略文件可以使用代码访问安全性策略工具管理企业级别计算机级别用户级别安全策略。

    You can edit policy files by hand or you can use the Code Access Security Policy tool to administer security policy for the enterprise, machine, or user levels.

    youdao

  • 代码访问安全性可让应用程序可以执行操作进行更好控制原因是您可以指定需要应用程序具有权限

    Code access security also gives you more control over what actions your application can perform, because you can specify only those permissions you need your application to have.

    youdao

  • 使用该页面上SecuritySettings链接不使用向导提供默认值项目设置必要的代码访问安全性

    You can also use the security Settings link on this page to bypass the wizard's default offer to set up the necessary code access security for your project.

    youdao

  • 当然使用托管代码主要好处之一代码访问安全性支持并且您的程序集中编写代码可利用用户安全策略

    Of course, one of the main benefits of using managed code is the support for code access security, and code you write in your assembly takes advantage of the user's security policies.

    youdao

  • 公共语言运行库(CLR)提供了供代码其中运行类型安全环境,以及用于进一步限制托管代码权限代码访问安全性(CAS)。

    The common language runtime (CLR) provides a type-safe environment for code to run in, with code access security (CAS) to restrict further the permissions of managed code.

    youdao

  • 文章提供了NET框架安全性方面概述具体讲述基于角色安全性代码访问安全性验证堆栈审核、隔离存储加密等方面的核心安全技术。

    This paper provides an overview of security in the. NET Framework and in particular, role-based security, code access security, verification, stack walking, isolated storage and cryptography.

    youdao

  • 代码访问安全性使用权限执行资源访问因此应考虑API是否使用文件用户界面线程处理或者代码访问安全性是否允许公开受保护信息

    Code access security USES permissions to enforce access to resources, so consider whether the API USES files, a user interface, or threading, or whether it exposes protected information.

    youdao

  • 代码访问安全性使用权限执行资源访问因此应考虑API是否使用文件用户界面线程处理或者代码访问安全性是否允许公开受保护信息

    Code access security USES permissions to enforce access to resources, so consider whether the API USES files, a user interface, or threading, or whether it exposes protected information.

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定