CompilationOptions.CryptoKeyFile 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
包含公钥和私钥的文件的名称,用于生成编译程序集的强名称并对其进行签名。
public: property System::String ^ CryptoKeyFile { public:
System::String ^ get(); protected:
void set(System::String ^ value); };
public string CryptoKeyFile { get; protected set; }
public string? CryptoKeyFile { get; protected set; }
member this.CryptoKeyFile : string with get, set
Public Property CryptoKeyFile As String
属性值
注解
为输出提供之一或CryptoKeyContainer之CryptoKeyFile一签名。 但不是两者。 如果同时指定 CryptoKeyContainer 了两者,则忽略。
如果 PublicSign 还设置了, CryptoKeyFile 则必须是密钥文件的绝对路径。