AssemblyKeyFileAttribute.KeyFile 属性

定义

获取文件的名称,该文件包含用于为属性化程序集生成强名称的密钥对。

public:
 property System::String ^ KeyFile { System::String ^ get(); };
public string KeyFile { get; }
member this.KeyFile : string
Public ReadOnly Property KeyFile As String

属性值

包含密钥对所在文件的名称的字符串。

注解

注意

由于路径和文件名仍然存在,因此请确保用于 AssemblyKeyFileAttribute 的字符串不包含敏感信息。

适用于