Condividi tramite


Proprietà Reference3.PublicKeyToken

Ottiene il token di chiave pubblica da un riferimento firmato in modo sicuro.

Spazio dei nomi:  VSLangProj80
Assembly:  VSLangProj80 (in VSLangProj80.dll)

Sintassi

'Dichiarazione
ReadOnly Property PublicKeyToken As String
string PublicKeyToken { get; }
property String^ PublicKeyToken {
    String^ get ();
}
abstract PublicKeyToken : string with get
function get PublicKeyToken () : String

Valore proprietà

Tipo: String
Valore di stringa che rappresenta un token di chiave pubblica.

Note

È possibile aggiungere un riferimento firmato in modo sicuro e questa proprietà restituisce il token di chiave pubblica ottenuto dalla firma.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

Reference3 Interfaccia

Spazio dei nomi VSLangProj80