| 
            
              UserInfoImpersonatePrivilegedAccount Method
             | 
          
        
        
            Impersonates the defined privileged domain account.
            
        
        Namespace: GSF.IdentityAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.258-beta+f8b6aa3dbfe0b4cc2b0b0760dd5d2a3dd4f59d09
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