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: