CertificateCollectionAdd Method |
Adds the specified certificate to the collection.
Namespace: MailBee.SecurityAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public void Add(
Certificate cert
)
Public Sub Add (
cert As Certificate
)
Parameters
- cert
- Type: MailBee.SecurityCertificate
The certificate that should be added to the collection.
Exceptions See Also