microsoft / go-winio

Win32 IO-related utilities for Go
MIT License
950 stars 182 forks source link

FR: Ability to specify different impersonation levels for named pipe clients #297

Closed dblohm7 closed 11 months ago

dblohm7 commented 1 year ago

I'd like to be able to use impersonation levels other than SECURITY_ANONYMOUS; can we expose an override somewhere?

I'm happy to implement this provided that it would be accepted...