AssemblyName.SetPublicKeyToken Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Sets the public key token, which is the last 8 bytes of the SHA-1 hash of the public key under which the application or assembly is signed.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- publicKeyToken
- Type:
System.Byte
()
A byte array that contains the public key token of the assembly.
Show: