The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
Module::GetSignerCertificate Method ()
.NET Framework (current version)
Returns an X509Certificate object corresponding to the certificate included in the Authenticode signature of the assembly which this module belongs to. If the assembly has not been Authenticode signed, null is returned.
Assembly: mscorlib (in mscorlib.dll)
Return Value
Type: System.Security.Cryptography.X509Certificates::X509Certificate^An X509Certificate object, or null if the assembly to which this module belongs has not been Authenticode signed.
.NET Framework
Available since 1.1
Available since 1.1
Show: