ImpersonationIsImpersonated Property |
Gets whether the impersonation mode is on and the current thread is being impersonating another user.
Namespace: MailBee.SecurityAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public bool IsImpersonated { get; }
Public ReadOnly Property IsImpersonated As Boolean
Get
Property Value
Type:
Booleantrue if
LogonAs(String, String, String) method has already been called on the current thread; otherwise,
false.
See Also