共用方式為


CompilationOptions.CryptoKeyContainer 屬性

定義

CSP 容器,其中包含要用來簽署輸出的金鑰。

public:  property System::String ^ CryptoKeyContainer {  public:
System::String ^ get(); protected:
 void set(System::String ^ value); };
public string CryptoKeyContainer { get; protected set; }
public string? CryptoKeyContainer { get; protected set; }
member this.CryptoKeyContainer : string with get, set
Public Property CryptoKeyContainer As String

屬性值

備註

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

此設定已過時,且僅在 Microsoft Windows 平臺上支援。 用來 CryptoPublicKey 產生具有強式名稱的元件和簽署工具, (Microsoft .NET Framework強式名稱公用程式 (sn.exe) 或對等) 來簽署它們。

適用於