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
Syntaxpublic void SetPublicKeyToken(
byte[] publicKeyToken
)
Public Sub SetPublicKeyToken (
publicKeyToken As Byte()
)
View SourceParameters
- publicKeyToken
- Type: SystemByte
An array of bytes containing the public key token. May be .
See Also