PublisherIdentityPermissionAttribute.SignedFile 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 fichier signé d'où extraire un certificat Authenticode X.509v3.
public:
property System::String ^ SignedFile { System::String ^ get(); void set(System::String ^ value); };
public string SignedFile { get; set; }
member this.SignedFile : string with get, set
Public Property SignedFile As String
Valeur de propriété
Chemin d'accès d'un fichier portant la signature Authenticode.
Remarques
X509Certificate Si ou CertFile est défini, cette propriété est ignorée.
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.