CertificateCollectionToX509Certificate2Collection Method
Initializes X509Certificate2Collection from the current CertificateCollection.

Namespace: MailBee.Security
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public X509Certificate2Collection ToX509Certificate2Collection()

Return Value

Type: X509Certificate2Collection
The X509Certificate2Collection which contains all the certificates from the current CertificateCollection.
Remarks
It's a helper method.
See Also