System.Reflection.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.

Syntax

public virtual System.Security.Cryptography.X509Certificates.X509Certificate GetSignerCertificate ()

Returns

An X509Certificate object, or null if the assembly to which this module belongs has not been Authenticode signed.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Reflection
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0