ProvideDependentAssemblyAttribute.FormatPublicKeyToken(Byte[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Format binary Public Key Token into an hexadecimal string.
protected:
System::String ^ FormatPublicKeyToken(cli::array <System::Byte> ^ pkt);
protected:
Platform::String ^ FormatPublicKeyToken(Platform::Array <byte> ^ pkt);
std::wstring FormatPublicKeyToken(std::Array <byte> const & pkt);
protected string FormatPublicKeyToken (byte[] pkt);
member this.FormatPublicKeyToken : byte[] -> string
Protected Function FormatPublicKeyToken (pkt As Byte()) As String
Parameters
- pkt
- Byte[]
The binary public key token to format.