The X509 certificate containing the private key used for the RSA-SHA1 signing method.
Optional for other signing methods.
| C# | Visual Basic | Visual C++ |
public X509Certificate2 RsaCertificate { get; set; }
Public Property RsaCertificate As X509Certificate2
public: property X509Certificate2^ RsaCertificate { X509Certificate2^ get (); void set (X509Certificate2^ value); }