Skip to content

Allows easy one-line impersonation for .Net apps using credentials from the windows credential store

License

Notifications You must be signed in to change notification settings

amitla/ImpersonationHelper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ImpersonationHelper

Allows easy one-line impersonation for .Net apps using credentials from the windows credential store

###usage:

// Credentials should be saved in the Domain\user.name format
using (new ImpersonationHelper.ImpersonationHelper("<NAME OF CREDETIAL AS APPEARS IN WINDOWS CREDENTIAL STORE>"))
{
    // do stuff here while imersonated
}

About

Allows easy one-line impersonation for .Net apps using credentials from the windows credential store

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages