Click or drag to resize

AssemblyIdentitySetPublicKeyToken Method

[This is preliminary documentation and is subject to change.]

Sets the public key token of the assembly, which is the last 8 bytes of the SHA-1 hash of the public key under which the assembly is signed.

Namespace:  NerdyDuck.CodedExceptions.Configuration
Assembly:  NerdyDuck.CodedExceptions (in NerdyDuck.CodedExceptions.dll) Version: 2.0.0+2040dad
Syntax
public void SetPublicKeyToken(
	byte[] publicKeyToken
)
View Source

Parameters

publicKeyToken
Type: SystemByte
An array of bytes containing the public key token. May be .
See Also