StrongNameSignatureVerification (mscorsn)
Last changed: -131.107.76.30

.
Summary
TODO - a short description

C# Signature:

[DllImport("mscorsn.dll")]
static extern bool StrongNameSignatureVerificationFromImage(byte[] pbBase, int dwLength, StrongNameInFlags dwInFlags, [Out]out StrongNameOutFlags pdwOutFlags);

User-Defined Types:

StrongNameInFlags, StrongNameOutFlags

Notes:

This function is exported from mscorsn.dll in v1.0 and v1.1 of the .NET framework, but it will be moved to mscorwks.dll in v2.0. There is a shim in mscoree.dll which will redirect to the appropriate implementation dll, which has the same name.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Documentation