You can also take advantage of the code access security that's built into the CLR.
还可利用内建在 CLR中的代码访问安全性。
Provides an overview of basic administration concepts related to code access security.
提供与代码访问安全性相关的基本管理概念的概述。
Role-based security checks have slightly different semantics than code access security checks.
基于角色的安全检查与代码访问安全检查在语义上稍有不同。
Code access security bases its permission checks on the permissions of all the callers on the stack.
代码访问安全性的权限检查基于所有调用方对堆栈的权限进行。
Improperly administering code access security (CAS) policy can potentially create security weaknesses.
不正确管理代码访问安全性(CAS)策略可能会导致安全漏洞。
Disabling code access security makes the system vulnerable to attacks by malicious code such as viruses and worms.
禁用代码访问安全性会使系统容易受到恶意代码(如病毒和蠕虫)的攻击。
Code access security can also help minimize the damage that can result from security vulnerabilities in your code.
代码访问安全性还有助于最大限度地减少由于代码中的安全脆弱性而造成的损害。
The infrastructure that code access security and CLR deployment bring to the table enables some cool possibilities.
在代码访问安全以及CLR部署的基础上带来更多更酷的可能性。
Although restricted by this, code access security further restricts the application depending on where it came from.
虽然受限于此,但是代码访问安全将根据这个文件的来源重新对其进行约束。
Using code access security can reduce the likelihood that your code will be misused by malicious or error-filled code.
使用代码访问安全性,可以减小恶意代码或包含错误的代码滥用您的代码的可能性。
If you design class libraries, you need to understand code access security and be careful to secure your class library.
如果设计类库,则需要了解代码访问安全性,并仔细地保护您的类库。
For example, a local application that has the code access security permission might not have operating system permission.
例如,具有代码访问安全性权限的本地应用程序可能不具有操作系统权限。
Code access security (CAS) is a mechanism that helps limit the access that code has to protected resources and operations.
代码访问安全性(CAS)是帮助限制代码对受保护资源和操作的访问权限的一种机制。
If you apply a CLR code access security attribute outside a parallel region, it won't be in effect in the parallel region.
如果在并行区域外部应用CLR代码访问安全性特性,它在并行区域内将无效。
Partial Trust means that only the actions that are permitted under the requested code access security permissions will run.
部分信任」表示只有在要求之程式码存取安全性权限下所允行的动作才会执行。
Code access security policy configuration state consists of three administrative policy levels: enterprise, machine, and user policy.
代码访问安全性策略配置状态分为三个管理策略级别:企业、计算机和用户策略。
Using secure class libraries: class libraries use code access security to specify the permissions they require in order to be accessed.
使用安全类别库:类别库会使用程序码存取安全性,来指定存取类别库时所需的使用权限。
Managed code USES code Access Security (CAS), code links, and application domains to prevent assemblies from performing certain operations.
托管代码使用代码访问安全性(CAS)、代码链接和应用程序域来阻止程序集执行某些操作。
Assemblies that use earlier code access security rules (level 1) can call level 2 security-critical types and members if they are full trusted.
如果使用早期代码访问安全性规则(级别1)的程序集完全受信任,则可以调用级别2安全关键类型和成员。
Full-trust applications are not affected by code access security unless they are marked as security-transparent, because they are fully trusted.
除非完全信任的应用程序标记为安全-透明,否则它们不受代码访问安全性的影响,因为它们是完全受信任的。
Along the way you get the benefits of the managed environment in which a fully compiled.net-based application executes, including code access security.
通过该方法,您可以受益于托管环境,在该环境中执行完全编译的基于. NET的应用程序,其中包括代码访问安全性。
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.
代码访问安全性使代码可以根据它所来自的位置以及代码标识的其他方面,获得不同等级的受信度。
Code access security also enforces the varying levels of trust on code, which minimizes the amount of code that must be fully trusted in order to run.
程序码存取安全性也可以提高程序码的各种信任层级,使必须完全受信任才可执行的程序码数量减少。
If so, you must protect the directory containing these files, using code access security or an access Control List in the file system, as appropriate.
如果存在,则必须相应地使用文件系统中的代码访问安全机制或访问控制列表,来保护包含这些文件的目录。
Code access security enables code to be trusted to varying degrees depending on where the code originates and on other aspects of the code's identity.
程序码存取安全性依程序码的来源和程序码本身的其他部分,分别给与程序码不同程度的信任等级。
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.
也可使用该页面上的SecuritySettings链接以不使用向导提供的默认值,来为项目设置必要的代码访问安全性。
Furthermore, code access security eliminates the need for messy dialog boxes asking users whether they trust your network or code downloaded from the Internet.
此外代码访问安全忽略了弹出询问用户是否信任您的网络或者从英特网上下载的代码的对话框的需要。
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.
您可以手动编辑策略文件,也可以使用代码访问安全性策略工具管理企业级别、计算机级别或用户级别的安全策略。
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.
代码访问安全性将影响面向公共语言运行时的所有托管代码,即使该代码不执行代码访问安全性权限的单项检查。
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.
代码访问安全性将影响面向公共语言运行时的所有托管代码,即使该代码不执行代码访问安全性权限的单项检查。
应用推荐