Share 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
string PublicKeyToken { get; }
property String^ PublicKeyToken {
    String^ get ();
}
abstract PublicKeyToken : string
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

VSLangProj80 Namespace