共用方式為


PublisherIdentityPermissionAttribute.X509Certificate 屬性

定義

取得或設定 Authenticode X.509v3 憑證,識別呼叫程式代碼的發行者。

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

屬性值

X.509 憑證的十六進位表示法。

備註

如果已設定此屬性,則會忽略 CertFileSignedFile

您可以使用令牌和公鑰選項執行強名稱工具 (Sn.exe) 來取得十六進位表示法(Sn-tpkeyfile) 具有 Authenticode 簽章的檔案。 如需詳細資訊,請參閱 Sn.exe (強名稱工具)

適用於