Powerup Class
Explains which features of MailBee.Security namespace require Security license.
Inheritance Hierarchy
SystemObject
  MailBee.SecurityPowerup

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

The Powerup type exposes the following members.

Constructors
  NameDescription
Public methodPowerup
Creates an instance of Powerup class.
Public methodPowerup(String)
Creates and unlocks an instance of Powerup class.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyStatic memberLicenseKey Obsolete.
Assigns the license key.
Public propertyTrialDaysLeft
Gets the number of days left to the date of the trial license key expiration.
Top
Remarks
Some features of MailBee.Security namespace become available for use only if MailBee.NET Security is specifically licensed (the license key is set in MailBee.Global.LicenseKey property includes Security license). With Security fully unlocked, the developer can:
  • Assign client certificate when connecting to SSL-enabled mail server
  • Examine the certificate of the SSL-enabled mail server
  • Use S/MIME facilities, access certificates and certificate stores
  • Impersonate another user account
The only MailBee.Security feature which works even if Security license is not unlocked is the ability to connect to SSL-enabled mail servers. The application, however, will be unable to set or examine certificates involved in SSL handshake procedure.
See Also