A set of utilities functions related to security.
Westwind.Utilities.SecurityUtils
public static class SecurityUtils : object
Class Members
Member | Description | |
---|---|---|
ImpersonateUser |
Logs on a user and changes the current process impersonation to that user. public static WindowsImpersonationContext ImpersonateUser(string username, string password, string domain) |
|
RevertImpersonation |
Releases an impersonation context and releases associated resources public static void RevertImpersonation(WindowsImpersonationContext context) |
Requirements
Namespace: Westwind.UtilitiesAssembly: westwind.utilities.dll
© West Wind Technologies, 1996-2016 • Updated: 12/12/15
Comment or report problem with topic