Delen via


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
'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

Reference2.PublicKeyToken

Remarks

You can add a reference that is strongly signed and this property returns the Public Key token from that signature.

.NET Framework Security

See Also

Reference

Reference3 Interface

Reference3 Members

PublicKeyToken Overload

VSLangProj80 Namespace