共用方式為


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

屬性值

備註

若要簽署輸出,請提供 其中 CryptoKeyFile 一個 或 CryptoKeyContainer 。 但不是兩者。 如果同時指定 CryptoKeyContainer 兩者,則會予以忽略。

如果 PublicSign 也設定 , CryptoKeyFile 則必須是金鑰檔的絕對路徑。

適用於