Share via


ProvideDependentAssemblyAttribute.FormatPublicKeyToken Method

Formats a binary public key token into a hexadecimal string.

Namespace:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)

Syntax

'Declaration
Protected Function FormatPublicKeyToken ( _
    pkt As Byte() _
) As String
protected string FormatPublicKeyToken(
    byte[] pkt
)
protected:
String^ FormatPublicKeyToken(
    array<unsigned char>^ pkt
)
member FormatPublicKeyToken : 
        pkt:byte[] -> string
protected function FormatPublicKeyToken(
    pkt : byte[]
) : String

Parameters

  • pkt
    Type: array<Byte[]

    The binary public key token to format.

Return Value

Type: String

.NET Framework Security

See Also

Reference

ProvideDependentAssemblyAttribute Class

Microsoft.VisualStudio.Shell Namespace