Reference3::PublicKeyToken Property

 

Gets the public key token from a strongly signed reference.

Namespace:   VSLangProj80
Assembly:  VSLangProj80 (in VSLangProj80.dll)

property String^ PublicKeyToken {
	String^ get();
}

Property Value

Type: System::String^

A string value representing a public key token.

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

Return to top
Show: