PublisherIdentityPermissionAttribute.X509Certificate Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit un certificat Authenticode X.509v3 qui identifie l’éditeur du code appelant.
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
Valeur de propriété
Représentation hexadécimale du certificat X.509.
Remarques
Si cette propriété est définie, CertFile et SignedFile sont ignorés.
Vous pouvez obtenir la représentation hexadécimale en exécutant l’outil Nom fort (Sn.exe) avec les options de jeton et de clé publique (Sn-tpkeyfile)
sur un fichier qui a une signature Authenticode. Pour plus d’informations, consultez Sn.exe (outil De nom fort).