CompilationOptions.CryptoKeyFile 属性

定义

包含公钥和私钥的文件的名称,用于生成编译程序集的强名称并对其进行签名。

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

属性值

注解

为输出提供之一或CryptoKeyContainerCryptoKeyFile一签名。 但不是两者。 如果同时指定 CryptoKeyContainer 了两者,则忽略。

如果 PublicSign 还设置了, CryptoKeyFile 则必须是密钥文件的绝对路径。

适用于