Reference3.PublicKeyToken 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 le jeton de clé publique à partir d'une référence signée avec un nom fort.
public:
property System::String ^ PublicKeyToken { System::String ^ get(); };
public:
property Platform::String ^ PublicKeyToken { Platform::String ^ get(); };
[System.Runtime.InteropServices.DispId(21)]
public string PublicKeyToken { [System.Runtime.InteropServices.DispId(21)] [System.Runtime.InteropServices.TypeLibFunc(1088)] get; }
[<System.Runtime.InteropServices.DispId(21)>]
[<get: System.Runtime.InteropServices.DispId(21)>]
[<get: System.Runtime.InteropServices.TypeLibFunc(1088)>]
member this.PublicKeyToken : string
Public ReadOnly Property PublicKeyToken As String
Valeur de propriété
Valeur de chaîne représentant un jeton de clé publique.
Implémente
- Attributs
Remarques
Vous pouvez ajouter une référence qui est fortement signée et cette propriété retourne le jeton de clé publique de cette signature.