IAssemblyName.GetPublicKeyToken Method |
Gets the assembly public key token.
Namespace: PostSharp.Reflection
Assembly: PostSharp (in PostSharp.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
byte[] GetPublicKeyToken()
Return Value
Type: Byte[]An array of bytes containing the public key token, or null if no public key is specified.