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
屬性值
備註
若要簽署輸出,請提供 其中 CryptoKeyFile 一個 或 CryptoKeyContainer 。 但不是兩者。 如果同時指定 CryptoKeyContainer 兩者,則會予以忽略。
如果 PublicSign 也設定 , CryptoKeyFile 則必須是金鑰檔的絕對路徑。