Windows apps
Collapse the table of content
Expand the table of content
Information
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 ()

 

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.

Namespace:   System.Reflection
Assembly:  mscorlib (in mscorlib.dll)

public:
virtual X509Certificate^ GetSignerCertificate()

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
Return to top
Show:
© 2017 Microsoft