CmsSigner.Certificate Property

Definition

The Certificate property sets or retrieves the X509Certificate2 object that represents the signing certificate.

public:
 property System::Security::Cryptography::X509Certificates::X509Certificate2 ^ Certificate { System::Security::Cryptography::X509Certificates::X509Certificate2 ^ get(); void set(System::Security::Cryptography::X509Certificates::X509Certificate2 ^ value); };
public System.Security.Cryptography.X509Certificates.X509Certificate2 Certificate { get; set; }
public System.Security.Cryptography.X509Certificates.X509Certificate2? Certificate { get; set; }
member this.Certificate : System.Security.Cryptography.X509Certificates.X509Certificate2 with get, set
Public Property Certificate As X509Certificate2

Property Value

An X509Certificate2 object that represents the signing certificate.

Applies to

See also