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