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
Syntaxpublic byte[] GetPublicKeyToken()
Public Function GetPublicKeyToken As Byte()
View SourceReturn Value
Type:
ByteAn array of bytes containing the public key token, or
, if no public key was set.
See Also