| Impersonation Constructor (String) | 
Namespace: MailBee.Security
 Syntax
Syntax Exceptions
Exceptions| Exception | Condition | 
|---|---|
| MailBeeLicenseException | MailBee.NET Security Powerup not licensed and the supplied license key is invalid. | 
 Remarks
RemarksIf your application is multi-threaded and you need to have multiple impersonated threads, each such thread must maintain its own instance of Impersonation class. Single-threaded applications need only a single instance of this class.
To get the name of the user account being used by the current thread, call System.Security.Principal.WindowsIdentity.GetCurrent().Name.
 See Also
See Also