AssemblyKeyFileAttribute.KeyFile 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取文件的名称,该文件包含用于为属性化程序集生成强名称的密钥对。
public:
property System::String ^ KeyFile { System::String ^ get(); };
public string KeyFile { get; }
member this.KeyFile : string
Public ReadOnly Property KeyFile As String
属性值
包含密钥对所在文件的名称的字符串。
注解
注意
由于路径和文件名仍然存在,因此请确保用于 AssemblyKeyFileAttribute
的字符串不包含敏感信息。