CertificateCollectionAdd Method |
Adds the specified certificate to the collection.
Namespace: MailBee.SecurityAssembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntaxpublic 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