Strong Naming Global Static Functions

Describes the unmanaged global static functions that are used to administer strong name signing for assemblies.

In This Section

  • GetHashFromBlob Function
    Gets a hash of the assembly at the specified memory address, using the specified hash algorithm.
  • GetHashFromHandle Function
    Generates a hash over the contents of the file with the specified file handle, using the specified hash algorithm.
  • StrongNameGetBlob Function
    Fills the specified buffer with the binary representation of the executable file at the specified address.
  • StrongNameSignatureVerification Function
    Gets a value indicating whether the assembly manifest at the supplied path contains a strong name signature, which is verified according to the specified flags.

Strong Naming Structures