PublisherIdentityPermissionAttribute.X509Certificate 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定 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 憑證的十六進位表示法。
備註
如果已設定此屬性,則會忽略 CertFile 和 SignedFile。
您可以使用令牌和公鑰選項執行強名稱工具 (Sn.exe) 來取得十六進位表示法(Sn-tpkeyfile)
具有 Authenticode 簽章的檔案。 如需詳細資訊,請參閱 Sn.exe (強名稱工具)。