AssemblyName.GetPublicKey Method

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Gets the public key that identifies the assembly.

Namespace:  System.Reflection
Assembly:  mscorlib (in mscorlib.dll)

Syntax

Public Function GetPublicKey As Byte()
public byte[] GetPublicKey()

Return Value

Type: array<System..::.Byte>[]()[]
The public key of the assembly.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Platforms

Windows Phone

See Also

Reference

AssemblyName Class

System.Reflection Namespace