单词 | strong name | ||||||||||||||
释义 | strong name
更多释义 收起释义 例句释义: 强名称,强式名称,强命名 1. Specifying the name of the file or container that contains the key pair to use when signing the assembly with a strong name. 指定在使用强名称为程序集签名时要用到的密钥对所在的文件或容器的名称。 msdn2.microsoft.com 2. Class with the name of the file containing the key pair to generate a strong name for the assembly being attributed. 类的新实例,该文件包含为正在属性化的程序集生成强名称的密钥对。 msdn2.microsoft.com 3. Before you add an assembly to security policy, you must give it a strong name and put it in the global assembly cache. 在将一个程序集添加到安全策略中之前,必须给它提供一个强名称并将其放置在全局程序集缓存中。 msdn2.microsoft.com 4. three attributes , together with a strong name if applicable , determine the identity of an assembly : name , version , and culture. 三种属性与强名称(如果适用)一起决定程序集的标识:名称、版本和区域性。 www.ichacha.net 5. A strong name token is the shortened form of a public key used to save space when storing key information in metadata. 强名称标记是公钥的简写形式,在元数据中存储密钥信息时使用该标记可节省空间。 msdn2.microsoft.com 6. When using both a strong name and a signing tool signature on an assembly, the strong name must be assigned first. 在一个程序集上同时使用强名称和签名工具签名时,必须首先分配强名称。 msdn2.microsoft.com 7. Specifies the name of a file containing the key pair used to generate a strong name. 指定包含用于生成强名称的密钥对的文件名称。 msdn2.microsoft.com 8. 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类型库的发行者用强名称签名。 msdn2.microsoft.com 9. If any one of your assemblies that you added have a strong name, you might have to re-sign these assemblies. (可选)如果添加的任何一个程序集具有强名称,您必须对这些程序集进行重新签名。 technet.microsoft.com 10. This topic discusses how you can sign your assembly, often referred to as giving your assembly a strong name. 本主题讨论如何对程序集签名,也经常称为对程序集赋予一个强名称。 msdn2.microsoft.com 1. A strong name can ensure that no one can produce a subsequent version of your assembly. 强式名称可确保没有人能产生您自己组件的后续版本。 msdn.microsoft.com 2. Specifies the name of a key container within the CSP containing the key pair used to generate a strong name. 指定CSP内某密钥容器的名称,该密钥容器包含用于生成强名称的密钥对。 msdn2.microsoft.com 3. Gets the name of the file containing the key pair used to generate a strong name for the attributed assembly. 获取文件的名称,该文件包含用于为属性化程序集生成强名称的密钥对。 msdn2.microsoft.com 4. Only the library vendor can produce a primary interop assembly , which is signed by the publisher with a strong name . 只有库供应商才能生成主互操作程序集,该程序集由发行者用强名称签名。 www.bing.com 5. In combination, these fields produce a strong name to identify an assembly. 这些字段组合在一起构成了用于标识程序集的强名称。 msdn2.microsoft.com 6. You can sign an assembly in two different but complementary ways : with a strong name or using either the . 可以通过两种不同但互为补充的方式为程序集签名:使用强名称或使用签名。 www.bing.com 7. Specifies all the hash algorithms used for hashing files and for generating the strong name. 指定用于哈希文件和用于生成强名称的所有哈希算法。 www.kuenglish.info 8. If you package your custom control as an assembly, sign the assembly with a strong name. 如果将自定义控件打包为程序集,则使用强名称对该程序集进行签名。 technet.microsoft.com 9. Signing an assembly with a strong name adds a public key encryption to the file containing the assembly manifest. 使用强式名称签署组件,就会将公开金钥加密加入含有组件资讯清单的档案中。 msdn.microsoft.com 10. Before your library can be shared through the global assembly cache or used as a downloaded component, you must create a strong name. 为使您的库可通过全局程序集缓存共享或用作下载的组件,必须创建一个强名称。 msdn2.microsoft.com 1. This same key may also be used to assign a strong name to your assemblies. 同一密钥还可用于为程序集分配强名称。 msdn2.microsoft.com 2. Libraries must be signed with a strong name in order to be shared by multiple applications. 必须用强名称对库进行签名以使该库被多个应用程序共享。 msdn2.microsoft.com 3. This disables strong- name verification, for the specified assembly only, on the computer on which you run the command . 这样在运行此命令的计算机上只会禁用指定程序集的强名称验证。 www.bing.com 4. Signs the resulting control with a strong name using the public key found in the file specified by filename. 使用在filename所指定的文件中找到的公钥,用强名称对结果控件进行签名。 msdn2.microsoft.com 5. But if the assembly you are testing was signed with a strong name, the code modification caused by instrumentation invalidates its signing. 但如果测试的程序集是用强名称签名的,则检测所导致的代码修改将使该程序集的签名无效。 msdn2.microsoft.com 6. You can use strong name attributes to set a strong name for an assembly. 您可以使用强名称属性为程序集设置强名称。 msdn2.microsoft.com 7. For additional information, see Signing an Assembly with a Strong Name. 有关其他信息,请参见使用强名称为程序集签名。 msdn2.microsoft.com 8. You do not have to generate a new cryptographic key pair for every assembly you want to give a strong name. 您不必为您希望赋予强名称的每个程序集生成新的加密密钥对。 www.kuenglish.info 9. This method returns the last COM error code set by one of the strong name functions. 此方法返回由某一个强名称函数设置的上一个COM错误代码。 msdn2.microsoft.com 10. This assembly must be signed with a strong name. 这个组件必须使用强式名称签署。 technet.microsoft.com 1. A full assembly reference includes the assembly's text name, version, culture, and public key token (if the assembly has a strong name). 完全的程序集引用包括程序集的文本名称、版本、区域性和公钥标记(如果程序集具有强名称)。 msdn2.microsoft.com 2. The assembly must be signed with a strong name. 此程序集必须用强名称进行签名。 msdn2.microsoft.com 3. Be signed with a strong name using standard public key cryptography. 使用标准公钥密码系统用强名称签名。 msdn2.microsoft.com 4. Strong-name signed assemblies are not supported now. They would have to be re-signed after having been profiled. 目前不支持强命名程序集,它们必须在分析之后重新进行签名。 www.infoq.com 5. The following scenario outlines the process of signing an assembly with a strong name and later referencing it by that name. 下面的方案说明了使用强名称对程序集签名及以后按照该名称引用它的过程。 msdn.microsoft.com 6. This file must be signed with a strong name. 该文件必须用强名称进行签名。 msdn2.microsoft.com 7. Gets the name of the container having the key pair that is used to generate a strong name for the attributed assembly. 获取容器的名称,该容器包含用于为属性化程序集生成强名称的密钥对。 msdn2.microsoft.com 8. For more information, see Signing an Assembly with a Strong Name. 有关更多信息,请参见使用强名称为程序集签名。 msdn2.microsoft.com 9. Specifies a key container name for a key pair to give an assembly a strong name. 指定密钥对的密钥容器名称以给予程序集强名称。 msdn2.microsoft.com 10. Specifies to Tlbimp. Exe to sign the resulting assembly with a strong name using delayed signing. 向Tlbimp.exe指定使用延迟签名以强名称对结果程序集进行签名。 msdn2.microsoft.com 1. Allows you to use strong-name signing to sign application and deployment manifests, and also to sign your assembly. 允许您使用强名称签名对应用程序和部署清单进行签名,还可以对程序集进行签名。 technet.microsoft.com 2. Specifies the strong name used for the generated assemblies. 指定用于所生成程序集的强名称。 msdn2.microsoft.com 3. Strong-name signing, or strong-naming, gives a software component a globally unique identity that cannot be spoofed by someone else. 强名称签名或强命名为软件组件提供他人无法伪造的全局唯一标识。 msdn2.microsoft.com 4. A dynamic assembly can be given a strong name using partial signing or full signing. 可以使用部分签名或完全签名为动态程序集赋予强名称。 technet.microsoft.com 5. A Boolean value indicating whether the assembly identity is a strong name. 一个布尔值,指示程序集标识是否为强名称。 msdn2.microsoft.com 6. If the assembly has a strong name, the code base setting can be anywhere on the local intranet or the Internet. 如果组件有强式名称,则程式码基底设定可以位于近端内部网路或网际网路上的任何位置。 technet.microsoft.com 7. Where possible, use a strong name membership condition, a publisher membership condition, or the hash membership condition. 应尽可能使用强名称成员条件、发行者成员条件或哈希成员条件。 msdn2.microsoft.com 8. Containing the public portion of the key pair used to generate the strong name signature. 类型的结构,其中包含用于生成强名称签名的密钥对的公共部分。 msdn2.microsoft.com 9. For a partially specified strong name, create an AssemblyName object using the default constructor and set the name and public key. 对于部分指定的强名称,使用默认构造函数创建AssemblyName对象并设置名称和公钥。 msdn2.microsoft.com 10. That contains the public portion of the key pair used to generate the strong name signature. 类型的结构,该结构包含用于生成强名称签名的密钥对的公共部分。 msdn2.microsoft.com 1. Specifies the path of a strong-name file from which to load the key pair. 指定从中加载密钥对的强名称文件所在的路径。 msdn2.microsoft.com 2. You will create and assign a strong name to the assembly in the next steps. 在接下来的步骤中,您将创建一个强名称并将其分配给程序集。 msdn2.microsoft.com 3. For more information on strong name signing, see Signing an Assembly with a Strong Name. 有关强名称签名的更多信息,请参见使用强名称为程序集签名。 technet.microsoft.com 4. Encapsulates access to a public or private key pair used to sign strong name assemblies. 封装对公钥或私钥对的访问,该公钥或私钥对用于为强名称程序集创建签名。 msdn2.microsoft.com 5. Creates a strong name token from the specified assembly file, and returns the public key. 从指定的程序集文件创建强名称标记,并返回公钥。 msdn2.microsoft.com 6. The compiler uses that key to sign the assembly with a strong name. 编译器使用该密钥对程序集以强名称进行签名。 msdn2.microsoft.com 7. Gets the last error code that was raised by one of the strong name functions. 获取由某个强名称函数引发的上一个错误代码。 msdn2.microsoft.com 8. Gets the last error code that was raised by a strong name function. 获取由强名称函数引发的上一个错误代码。 msdn2.microsoft.com 9. Note that you must sign a primary interop assembly with a strong name. 请注意,您必须签发具有强名称的主interop程序集。 msdn2.microsoft.com 10. The signing pane supports two methods of strong-naming: using a strong-name key file, or using a key provider. 签名窗格支持两个强命名方法:一个是使用强名称密钥文件;另一个是使用密钥提供程序。 msdn2.microsoft.com 1. The final task for this current example is to assign our assembly a strong name. 当前示例的最后一项任务是为我们的程序集分配一个强名称。 yeebang.com 2. Assemblies can carry full Microsoft Authenticode signatures in addition to a strong name. 程序集除强名称外,还带有完整的MicrosoftAuthenticode签名。 msdn2.microsoft.com 3. For more information, see How to: Sign an Assembly with a Strong Name or How to: Sign an Assembly (Visual Studio). 有关更多信息,请参见如何:使用强名称为程序集签名或如何:对程序集进行签名(VisualStudio)。 msdn2.microsoft.com 4. The assembly name includes the name, version, and strong name hash of the assembly. 组件名称包括名称、版本和组件的强式名称杂凑。 technet.microsoft.com 5. Note that if you want to sign a file with both a strong name and an Authenticode digital signature you must assign the strong name first. 请注意,如果您要使用强名称和Authenticode数字签名为文件签名,则必须先指定强名称。 msdn2.microsoft.com 6. Key providers or certificate stores provide another means of securing your strong-name keys. 密钥提供程序或证书存储区提供了另一种保证强名称密钥安全的方法。 msdn2.microsoft.com 7. Returns whether the assembly identity is a strong name. 返回程序集标识是否为强名称。 msdn2.microsoft.com 8. Generates a strong name signature for the specified assembly. 生成指定程序集的强名称签名。 msdn2.microsoft.com 9. Specify ClickOnce certificate options, and provide strong name for your assembly. 指定ClickOnce证书选项,并提供程序集的强名称。 msdn2.microsoft.com 10. The compiler inserts the public key into the assembly manifest and reserves space in the PE file for the full strong name signature. 编译器将公钥插入程序集清单,并在PE文件中为完整的强名称签名保留空间。 msdn2.microsoft.com 1. Remember to turn off strong name validation while testing your delay signed assemblies! 请注意,在测试延迟签名的程序集时,要禁用强名称验证! msdn2.microsoft.com 2. An assembly must have a strong name to be installed in the global assembly cache. 要安装到全局程序集缓存中,程序集必须具有强名称。 technet.microsoft.com 3. You must either install the referenced assembly in another folder, or modify the assembly so that it has a strong name. 必须在另一个文件夹中安装引用的程序集,或者修改程序集使其具有强名称。 msdn2.microsoft.com 4. The key pair includes a public and private key , used to create strong- name signatures for assemblies . 它创建用于数字签名的公钥和私钥对,并将其存储在证书文件中。 www.bing.com 5. You can sign an assembly with a strong name using the Strong Name Tool (Sn. Exe). 可以通过强名称工具(Sn.exe)使用强名称对程序集进行签名。 msdn2.microsoft.com 6. For task-based information on how to sign an assembly with a strong name, see Creating and Using Strong-Named Assemblies. 如需如何以强式名称签署组件的工作详细资讯,请参阅建立和使用强式名称的组件。 technet.microsoft.com 7. The strong name signature of an assembly consists of the text name, version, culture, and public key token. 程序集的强名称签名由文本名称、版本、区域性和公钥标记组成。 msdn2.microsoft.com 8. A shared assembly must have a strong name and can be deployed in the global assembly cache. 共享的程序集必须具有强名称,并且可以在全局程序集缓存中部署。 technet.microsoft.com 9. So now that you have an assembly with a strong name, we return to the topic of registration. 既然您有了强名称程序集,让我们返回到注册这一主题。 msdn2.microsoft.com 10. Gets or sets the public key value of the strong name identity expressed as a hexadecimal string. 获取或设置用十六进制字符串表示的强名称标识的公钥值。 msdn2.microsoft.com 1. Is specified, the common language runtime header is not modified to indicate that the assembly is strong name signed. 则不修改公共语言运行库标头以指示该程序集是强名称签名的。 msdn2.microsoft.com 2. Sign your code with a strong name. Apply the. 使用强名称为您的代码签名。 msdn2.microsoft.com 3. This would not only have a strong "name and shame" effect on the firms, but would also concentrate the states' efforts. 这样做不仅对企业有强烈“提名羞辱”的效果,而且也会加强各州的凝聚力。 www.ecocn.org 4. Describes how and why you sign an assembly with a strong name, and includes how-to topics. 描述如何使用强名称为程序集签名及其原因,包括帮助主题。 technet.microsoft.com 5. You can ensure that a name is globally unique by signing an assembly with a strong name. 您可以使用强式名称来签署组件以确保其名称是全域唯一的。 msdn.microsoft.com 6. The public key from the publisher if the assembly has been given a strong name. 如果已经为程序集提供了一个强名称,则为来自发行者的公钥。 msdn2.microsoft.com 7. These means that they all have the same public key as part of their strong name and were signed by the same private key. 这意味着它们的强名称都包含相同的公钥,并且它们都由同一私钥签名。 msdn2.microsoft.com 8. However, no level of trust is associated with a strong name. 不过,没有与强式名称相关联的信任层级。 msdn.microsoft.com 9. Sign the assembly with a strong name. 用强名称为程序集签名。 msdn2.microsoft.com 10. Strong-name evidence can be incompatible across platforms and can impact applications. 强名称证据在不同的平台间可能不兼容,并且会影响应用程序的性能。 msdn2.microsoft.com 1. Demonstrates using full signing to give a dynamic assembly a strong name. 演示使用完全签名给动态程序集赋予一个强名称。 msdn2.microsoft.com 2. The intersection of two identical strong name identity permissions is the same permission. 两个相同强名称标识权限的交集是该权限。 technet.microsoft.com 3. Specifies a file containing a key or key pair to give an assembly a strong name. 指定包含密钥或密钥对的文件以给予程序集强名称。 msdn2.microsoft.com 4. If the assembly has a strong name, a complete assembly name is required. 如果程序集具有强名称,则需要完整的程序集名称。 msdn2.microsoft.com 5. Creates a strong name token from the specified assembly file. 从指定的程序集文件中创建强名称标记。 msdn2.microsoft.com 6. That specifies the last error generated by the strong name methods. 检索指定由强名称方法生成的上一个错误的。 msdn2.microsoft.com 7. Delay-signs the assembly using only the public portion of the strong name key. 仅使用强名称密钥的公共部分对程序集进行延迟签名。 msdn2.microsoft.com 8. Specifically, strong name tokens are used in assembly references to refer to the dependent assembly. 具体而言,强名称标记在程序集引用中使用,用来引用依赖程序集。 msdn2.microsoft.com 9. Provides the strong name of a code assembly as evidence for policy evaluation. 提供代码程序集的强名称作为策略评估的证据。 msdn2.microsoft.com 10. The name of the file containing the strong name key. 包含强名称密钥的文件名。 msdn2.microsoft.com 1. The strong name of the type depends on your project. 类型的强名称取决于您的项目。 msdn2.microsoft.com 2. A signed assembly is said to have a strong name. 称签名的程序集具有强名称。 msdn2.microsoft.com 3. Assign a strong name to your assembly. 为程序集指定一个强名称。 technet.microsoft.com 4. Instrumenting a code-under- test assembly to enable the gathering of code coverage data also affects strong- name signing . 检测测试代码程序集以启用代码覆盖率数据收集也会影响强名称签名。 www.bing.com 5. Specifies the path to the file that contains the strong name key container for the generated assemblies. 为生成的程序集指定包含强名称密钥容器的文件的路径。 msdn2.microsoft.com 6. If your source project has strong name signing enabled, you will need to also enable signing for your test project. 如果已经对源项目启用了强名称签名,则需要对测试项目也启用签名。 msdn2.microsoft.com 7. To create a full strong name, create an AssemblyName object using the default constructor and set the Name and KeyPair. 若要创建完整的强名称,请使用默认构造函数创建一个AssemblyName对象并设置Name和KeyPair。 msdn2.microsoft.com 8. A strong name is generally more secure than a URL as evidence. 用作证据时,强名称通常比URL更加安全。 msdn2.microsoft.com 9. Lists current settings for strong name verification on this computer. 列出此计算机上的强名称验证的当前设置。 msdn2.microsoft.com 10. Gets or sets the name of the strong name identity. 获取或设置强名称标识的名称。 msdn2.microsoft.com 1. Determines whether the specified strong name is equal to the current strong name. 确定指定的强名称是否等于当前强名称。 msdn2.microsoft.com 2. Class represents evidence of a unique, cryptographically strong name of a code assembly. 类表示代码程序集的唯一、加密强名称证据。 msdn2.microsoft.com 3. A boolean value indicating whether the strong name signature was verified. 指示是否已验证强名称签名的布尔值。 msdn2.microsoft.com 4. Determines whether an assembly belongs to a code group by testing its strong name. 通过测试程序集的强名称确定该程序集是否属于代码组。 msdn2.microsoft.com 5. The name of the strong name key container. 强名称密钥容器的名称。 msdn2.microsoft.com 6. You must have a cryptographic key pair to sign the assembly with a strong name. 您必须拥有密码编译金钥组以使用强式名称来签署组件。 technet.microsoft.com 7. Assembly has a strong name with a public key token, has the culture value for US English, and has a version number of 1. 0. 1234. 0. 程序集的强名称具有公钥标记、区域性值为美国英语、版本号为1.0. msdn2.microsoft.com 8. That correspond to the options used by this tool, and similarly, to specify strong name keys. 类一起使用,允许您指定对应于此工具使用的选项的。 msdn2.microsoft.com 9. In addition, you can use the strong name of a component as security evidence to establish a trust relationship between two components. 此外,您可以将元件的强式名称当做安全性举证来使用,在两个元件之间建立信任关系。 technet.microsoft.com 10. Assemblies deployed in the global assembly cache must have a strong name. 部署在全域组件快取中的组件必须具有强式名称。 technet.microsoft.com 1. You must have a cryptographic key pair to sign an assembly with a strong name. 要使用强名称为程序集签名,必须具有加密密钥对。 msdn2.microsoft.com 2. You want a strong name? How about The Hulk? 你要勇猛的名字?绿巨人如何? www.bing.com 3. Most projects specify a strong name key file which doesn't exist in the package. 大多数项目都会指定一个包中不存在的强名字键文件(strongnamekeyfile)。 www.infoq.com 4. only callers with that strong name will pass the demand. 只有具有该强式名称的呼叫端可以传递要求。 technet.microsoft.com 5. This is known as giving an assembly a strong name. 这被称为赋予程序集一个强名称。 msdn2.microsoft.com 6. The following configuration examples omit the strong name information to concentrate on versioning. 为了集中介绍版本控制,以下配置示例省略了强名称信息。 msdn2.microsoft.com 7. You can use the Microsoft. NET Framework Strong Name Utility (sn. Exe) to discover the public key. 可以使用Microsoft.NETFramework强名称实用程序(sn.exe)发现该公钥。 office.microsoft.com 8. Extracts the strong name public key, assembly name, and version number from the specified assembly. 从指定程序集中提取强名称公钥、程序集名称和版本号。 msdn2.microsoft.com 9. Determines whether two assemblies differ only by their strong name signatures. 只通过强名称签名确定两个程序集是否不同。 msdn2.microsoft.com 10. The common language runtime verifies the strong name signature when the assembly is placed in the global assembly cache. 公共语言运行库在程序集放在全局程序集缓存时验证强名称签名。 msdn2.microsoft.com 1. Explains how to give a strong name to a dynamic assembly. 说明如何为动态组件提供强式名称。 technet.microsoft.com 2. Sets the default Cryptographic Service Provider (CSP) to use for strong name signing. 将默认加密服务提供程序(CSP)设置为用于强名称签名。 msdn2.microsoft.com 3. When you delay sign an assembly, you reserve space in the file for the strong name signature at build time. 当您延迟签发一个程序集时,您将在文件中留出空间,以用于生成时的强名称签名。 msdn2.microsoft.com 4. How to: Sign an Assembly with a Strong Name. 如何:使用强名称为程序集签名。 technet.microsoft.com 5. See Strong Name Assemblies (Assembly Signing) and Delay Signing an Assembly for more information on signing an assembly. 有关对程序集签名的更多信息,请参见强名称程序集(程序集签名)和延迟为程序集签名。 msdn2.microsoft.com 6. In Visual Studio, you strong-name an application or component using the Signing pane of the Project Designer. 在VisualStudio中,使用“项目设计器”的“签名”窗格对应用程序或组件进行强命名。 msdn2.microsoft.com 7. Assigning the Authenticode signature first breaks the strong name. 先指定Authenticode签名会破坏强名称。 msdn2.microsoft.com 8. Use this wizard to identify an application by publisher or strong name information and increase the application's level of trust. 使用该向导来按发行者或强名称信息标识应用程序,并提高应用程序的信任级别。 msdn2.microsoft.com 9. Initializes a new instance of the StrongName class with the strong name public key blob, name, and version. 用强名称公钥Blob、名称和版本初始化StrongName类的新实例。 msdn2.microsoft.com 10. The strong naming API enables a client to administer strong name signing for assemblies. 强式命名API可让用户端管理组件的强式名称签署。 msdn.microsoft.com 1. This rule retrieves and verifies the strong name of an assembly. 该规则检索并验证程序集的强名称。 technet.microsoft.com 2. The strong name protects clients from unknowingly loading an assembly that has been tampered with. 强命名保护用户不会使用一个被篡改的程序集。 dictsearch.appspot.com 3. If you have not already generated a strong name key file, use the following procedure to generate this key file. 如果尚未生成强名称密钥文件,则请使用以下过程生成此密钥文件。 msdn2.microsoft.com 4. A hexadecimal value that specifies the strong name of the assembly. 指定程序集强名称的十六进制值。 msdn2.microsoft.com 5. Documentation for information on how to assign a strong name to the wrapper assembly. 文档,以了解有关如何将强名称分配给包装程序集的信息。 msdn2.microsoft.com 6. The token is a part of the strong name for the assembly. 该标记是程序集的强名称的一部分。 msdn2.microsoft.com 7. Returns the size of the strong name signature. 返回强名称签名的大小。 msdn2.microsoft.com 8. Generates a new public-private key pair with the specified key size, for strong name use. 生成具有指定密钥大小的新的公钥-私钥对,以供强名称使用。 msdn2.microsoft.com 9. Once you create the key pair, you must put the file where the strong name signing tools can find it. 建立金钥组后,您必须将档案放到可使用强式名称签署工具寻找到的位置。 technet.microsoft.com 10. ICTCLAS algorithm, Chinese Academy of Sciences, the strong name recognition. ICTCLAS算法,中科院,对名字识别能力很强。 download.csdn.net 1. Client application identified by strong name. 客户端的应用程序应该予以强名称坚定。 www.bestrj.com 2. Each assembly was opened to verify the assembly name, and the strong name was validated. 打开每个程序集以验证程序集名称,并验证了强名称。 technet.microsoft.com 3. The version number of the strong name. 强名称的版本号。 msdn2.microsoft.com 4. For more information, see Strong Name Tool (Sn. Exe) and Global Assembly Cache Tool (Gacutil. Exe). 有关更多信息,请参见强名称工具(Sn.exe)和全局程序集缓存工具(Gacutil.exe)。 msdn2.microsoft.com 5. Using assembly attributes to insert the strong name information in your code. 使用程序集属性将强名称信息插入代码中。 msdn2.microsoft.com 6. Deletes the specified key container from the strong name CSP. 从强名称CSP中删除指定的密钥容器。 msdn2.microsoft.com 7. If you have not already created a strong name key file, generate the key file using the following instructions. 如果尚未创建强名称密钥文件,则请使用以下说明生成该密钥文件。 msdn2.microsoft.com 8. Gets or sets the version of the strong name identity. 获取或设置强名称标识的版本。 msdn2.microsoft.com 9. The simple name section of the strong name. 强名称中的简单名称部分。 msdn2.microsoft.com 10. If you load your assembly into the GAC, you must provide the strong name properties. 如果将程序集加载到GAC中,必须提供强名称属性。 msdn2.microsoft.com 1. For more information, see the -p option of Sn. Exe in Strong Name Tool (Sn. Exe). 有关更多信息,请参见强名称工具(Sn.exe)中Sn.exe的-p选项。 msdn2.microsoft.com 2. Verifies the strong name in assembly. 验证assembly中的强名称。 msdn2.microsoft.com 3. The key container resides in the strong name CSP. 密钥容器位于强名称CSP中。 msdn2.microsoft.com 4. Demonstrates step-by-step how to remove the default permissions granted during project creation and add permissions based on strong name. 分步演示如何移除项目创建期间授予的默认权限以及如何添加基于强名称的权限。 msdn2.microsoft.com 5. Credentials such as the origin or the strong name of the assembly determine assembly identity. 程序集的源或强名称等凭据确定程序集的身份。 msdn2.microsoft.com 6. The Version of the strong name. 强名称的Version。 msdn2.microsoft.com 7. See definition for strong name. 请参见强名称的定义。 msdn2.microsoft.com 8. The strong name signing always uses the SHA1 hash algorithm. 强名称签名始终使用SHA1哈希算法。 msdn2.microsoft.com 9. Now add a new code group to grant full trust to the assembly based on the strong name. 现在添加新的代码组,以根据强名称向程序集授权完全信任。 msdn2.microsoft.com 10. Verifies the strong name in. 中的强名称。 msdn2.microsoft.com 1. After you have a strong name key file, you can build the sample using the following procedure. 拥有强名称密钥文件后,可以使用以下过程生成示例。 msdn2.microsoft.com 2. For example, you can demand that your callers have a specific strong name; only callers with that strong name will pass the demand. 例如,您可以要求调用方具有特定的强名称;只有具有该强名称的调用方将通过该请求。 msdn2.microsoft.com 3. In SQL Server 2005, the strong name of the Notification Services assembly has changed. 在SQLServer2005中,NotificationServices程序集的强名称已更改。 msdn2.microsoft.com 4. If the attribute is a strong name, it behaves as if this metadata had a value of 如果该属性为强名称,则其行为与该元数据值为 msdn2.microsoft.com 5. Assembly name is the name of the assembly to sign with a strong name, 是要使用强名称签名的程序集的名称, msdn2.microsoft.com 6. Libraries that are private to a specific application do not require a strong name or the 特定应用程序专用的库不需要强名称或 msdn2.microsoft.com 7. Assembly A is created with a strong name using one of the following methods 使用以下方法之一创建强名称程序集A msdn2.microsoft.com 8. It means that building your solution will produce a compiler error unless you correctly enable strong-name signing 它表示如果不正确启用强名称签名,生成解决方案时将产生编译器错 msdn2.microsoft.com 9. frees memory allocated with a previous call to a strong name method 释放上一次调用强名称方法时分配的内存。 www.ichacha.net 10. A strong name is stored in the file containing the assembly manifest, but a signature created using the 强名称存储在包含程序集清单的文件中,但使用 msdn2.microsoft.com 1. To sign an assembly with a strong name using attributes 使用属性为程序集签署强名称 msdn2.microsoft.com 2. When signing an assembly with a strong name, the, 当使用强名称对程序集进行签名时, msdn2.microsoft.com 3. However, no level of trust is associated with a strong name, which makes the 但是,任何信任级别都不会与一个强名称关联,这样 msdn2.microsoft.com 4. Now that the assembly has a strong name, you need to determine the strong name of the listener so that 既然程序集已具有强名称,您就需要确定侦听器的强名称,以便 msdn2.microsoft.com 5. Create an assembly with a strong name 用强名称创建程序集 msdn2.microsoft.com 6. To sign an assembly with a strong name 使用强名称签名一个程序集 msdn2.microsoft.com 7. For more information about giving an assembly a strong name, see 有关为程序集指定强名称的更多信息,请参见 msdn2.microsoft.com 8. Must have a strong name to be installed globally 必须有强名称才能全局安装 msdn2.microsoft.com 9. how to sign an assembly with a strong name & how to create a pair key 怎样通过强名给程序集签名以及如何创建钥匙对?引自 blog.sina.com.cn 10. For task-based information on how to sign an assembly with a strong name, see 有关如何使用强名称为程序集签名的基于任务的信息,请参见 msdn2.microsoft.com 1. With a strong name using the key file 下面的示例使用密钥文件 msdn2.microsoft.com 2. A strong name consists of the following 强名称由以下部分组成 msdn2.microsoft.com 3. To generate a strong name key file 生成强名称密钥文件 technet.microsoft.com 4. Most of the strong name methods return a simple 大部分强名称方法返回简单的 msdn2.microsoft.com 5. Strong-Name Signing for Managed Applications ClickOnce应用程序的强名称签名 msdn2.microsoft.com 6. The cryptographic strong name of the assembly 程序集的加密型强名称 msdn2.microsoft.com 7. How to: Use Full Signing to Give a Dynamic Assembly a Strong Name 如何:使用完整签名为动态程序集赋予一个强名称 msdn2.microsoft.com 8. Compile the provider example code and assign to the resulting assembly the strong-name key using the following command 对提供程序示例代码进行编译,然后使用下面的命令给生成的程序集指定强名称密钥 msdn2.microsoft.com 9. To create a strong name 创建强名称 msdn2.microsoft.com 10. To create a signature file follow the steps at Strong Name Tool (Sn. Exe) 若要创建签名文件,请遵循强名称工具(Sn.exe)中的步骤进行操作。 msdn2.microsoft.com 1. With the strong name, you can add the listener to the 通过强名称,可以将侦听器添加到 msdn2.microsoft.com 2. The resulting assembly will have a strong name based on the provided key file and will precompile according to the provided 结果程序集将有一个基于所提供的密钥文件的强名称,并将根据所提供的 msdn2.microsoft.com 3. How To Assign a Strong Name 如何分配强名称 msdn2.microsoft.com 4. Granting Trust Based on Strong Name 根据强名称授权信任 msdn2.microsoft.com |
||||||||||||||
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。