Signing an assembly with a strong name adds a public key encryption to the file containing the assembly manifest.
使用强名称对程序集进行签名将向包含程序集清单的文件添加公钥加密。
When binding by strong name at run time, the common language runtime compares the key stored in Assembly B's manifest with the key used to generate the strong name for Assembly A.
当在运行时通过强名称进行绑定时,公共语言运行时会将存储在程序集B的清单中的密钥与用于为程序集 A生成强名称的密钥进行比较。
An assembly is not signed with a strong name, the strong name could not be verified, or the strong name would not be valid without the current registry Settings of the computer.
未使用强式名称签署的组件、无法验证强式名称,或者不具有电脑上目前登录设定的强式名称便为无效。
There can be only one primary interop assembly, which must be signed with a strong name by the publisher of the COM type library.
只能有一个主互操作程序集,而且该程序集必须由COM类型库的发行者用强名称签名。
A strong name can ensure that no one can produce a subsequent version of your assembly.
强名称可以确保没有人能够生成您的程序集的后续版本。
Assemblies deployed in the global assembly cache must have a strong name.
在全局程序集缓存中部署的程序集必须具有强名称。
A dynamic assembly can be given a strong name using partial signing or full signing.
可以使用部分签名或完全签名为动态程序集赋予强名称。
Explains how to give a strong name to a dynamic assembly.
说明如何为动态组件提供强式名称。
If you package your custom control as an assembly, sign the assembly with a strong name.
如果将自定义控件打包为程序集,则使用强名称对该程序集进行签名。
Each assembly was opened to verify the assembly name, and the strong name was validated.
打开每个程序集以验证程序集名称,并验证了强名称。
This might come from a cryptographic digital signature, which can be the assembly's strong name, the software publisher of the assembly, or its URL identity.
程序集标识可能来自于加密的数字签名,它可以是程序集的强名称、程序集的发行者或其URL标识。
An assembly must have a strong name to be installed in the global assembly cache.
要安装到全局程序集缓存中,程序集必须具有强名称。
In addition, types that you intend to share with multiple applications should be grouped into an assembly and the assembly should be signed with a strong name.
此外,您应将要用来与多重应用程序共用的型别分组成为组件,而该组件则应使用强式名称签名。
The common language runtime verifies the strong name signature when the assembly is placed in the global assembly cache.
公共语言运行时在程序集放在全局程序集缓存时验证强名称签名。
You can ensure that a name is globally unique by signing an assembly with a strong name.
您可以使用强式名称来签署组件以确保其名称是全域唯一的。
For example, one permission represents the strong name an assembly must have, another represents the Web site where the code must have originated, and so on.
例如,一个使用权限代表组件必须具有的强式名称,另一个代表程序码必须从中发源的网站等等。
This section describes how to create modules, create assemblies from modules, create a key pair and sign an assembly with a strong name, and install an assembly into the global assembly cache.
本节将说明如何建立模组、从模组建立组件、建立金钥组并使用强式名称签署组件,并将组件安装至全域组件快取。
The following scenario outlines the process of signing an assembly with a strong name and later referencing it by that name.
下面的方案说明了使用强名称对程序集签名及以后按照该名称引用它的过程。
Assign a strong name to your assembly.
为程序集指定一个强名称。
Reflexil is able to remove assembly strong name and update referencing assemblies.
Reflexil是能够删除程序集强名称和更新引用程序集。
The following example demonstrates using full signing to give a dynamic assembly a strong name.
下面的示例阐释了使用完全签名来给动态程序集赋予强名称。
The token is a part of the strong name for the assembly, and can be read from the assembly metadata.
该标记是程序集的强名称的一部分,并且可以从程序集元数据中读取。
Describes how and why you sign an assembly with a strong name, and includes how-to topics.
描述如何使用强名称为程序集签名及其原因,包括帮助主题。
Specifies the name or strong name of the assembly that implements the IWizard interface.
接口的程序集的名称或强名称。
This topic discusses how you can sign your assembly, often referred to as giving your assembly a strong name.
本主题讨论如何对程序集签名,也经常称为对程序集赋予一个强名称。
When developing assemblies with strong names, each assembly that references the strong-named target assembly contains the token of the public key used to give the target assembly a strong name.
开发强名称程序集时,每个引用具有强名称的目标程序集的程序集中都包含了用于为目标程序集指定强名称的公钥的标记。
The assembly does not have a strong name.
程序集没有强名称。
This exception is generated when an attempt is made to dynamically access a deleted or renamed field of an assembly that is not referenced by its strong name.
此异常在尝试动态访问未通过其强名称引用的程序集中已删除或重命名的字段时生成。
This exception is generated when an attempt is made to dynamically access a deleted or renamed field of an assembly that is not referenced by its strong name.
此异常在尝试动态访问未通过其强名称引用的程序集中已删除或重命名的字段时生成。
应用推荐