Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the public key token from a strongly signed reference.
Namespace: VSLangProj80
Assembly: VSLangProj80 (in VSLangProj80.dll)
Syntax
'Declaration
ReadOnly Property PublicKeyToken As String
'Usage
Dim instance As Reference3
Dim value As String
value = instance.PublicKeyToken
string PublicKeyToken { get; }
property String^ PublicKeyToken {
String^ get ();
}
function get PublicKeyToken () : String
Property Value
Type: System.String
A string value representing a public key token.
Implements
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.