|
UserInfoImpersonatePrivilegedAccount Method
|
Impersonates the defined privileged domain account.
Namespace: GSF.IdentityAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.246-beta+ff392465a0262ee2737937d4127fc3c2f08c6dcd
Syntaxpublic WindowsImpersonationContext ImpersonatePrivilegedAccount()
Public Function ImpersonatePrivilegedAccount As WindowsImpersonationContext
public:
WindowsImpersonationContext^ ImpersonatePrivilegedAccount()
member ImpersonatePrivilegedAccount : unit -> WindowsImpersonationContext
function ImpersonatePrivilegedAccount();
View SourceReturn Value
WindowsImpersonationContextAn
WindowsImpersonationContext if privileged domain account has been defined, otherwise null.
See Also