 | SignatureConfigurationCertificate Property |
Gets or sets the certificate that will be used to sign the message.
Namespace: Limilabs.MailAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxpublic X509Certificate2 Certificate { get; set; }Public Property Certificate As X509Certificate2
Get
Set
public:
property X509Certificate2^ Certificate {
X509Certificate2^ get ();
void set (X509Certificate2^ value);
}member Certificate : X509Certificate2 with get, set
Property Value
X509Certificate2
See Also