共用方式為


CompilationOptions.PublicSign 屬性

定義

將編譯元件標示為完整簽署,但只使用公開金鑰簽署。

public:  property bool PublicSign {  public:
bool get(); protected:
 void set(bool value); };
public bool PublicSign { get; protected set; }
member this.PublicSign : bool with get, set
Public Property PublicSign As Boolean

屬性值

備註

如果為 true,則元件會標示為已簽署,但只使用公開金鑰簽署。

索引鍵必須透過 中的 CryptoKeyFile 絕對路徑或直接透過 提供 CryptoPublicKey

適用於