Click or drag to resize

AssemblyIdentityGetPublicKeyToken Method

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

Gets 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 byte[] GetPublicKeyToken()
View Source

Return Value

Type: Byte
An array of bytes containing the public key token, or , if no public key was set.
See Also