Reference3.PublicKeyToken Property
Gets the public key token from a strongly signed reference.
Namespace: VSLangProj80
Assembly: VSLangProj80 (in VSLangProj80.dll)
Syntax
'Declaration
ReadOnly Property PublicKeyToken As String
string PublicKeyToken { get; }
property String^ PublicKeyToken {
String^ get ();
}
abstract PublicKeyToken : string with get
function get PublicKeyToken () : String
Property Value
Type: System.String
A string value representing a public key token.
Remarks
You can add a reference that is strongly signed and this property returns the Public Key token from that signature.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.