 | EncryptionConfigurationCertificates Property |
Gets the list of certificates that will be used to encrypt the message.
Namespace: Limilabs.MailAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxpublic List<X509Certificate2> Certificates { get; }Public ReadOnly Property Certificates As List(Of X509Certificate2)
Get
public:
property List<X509Certificate2^>^ Certificates {
List<X509Certificate2^>^ get ();
}member Certificates : List<X509Certificate2> with get
Property Value
ListX509Certificate2
See Also