ImpersonationIsImpersonated Property |
Gets whether the impersonation mode is on and the current thread is being impersonating another user.
Namespace: MailBee.SecurityAssembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntaxpublic 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