Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for impersonation (0.23 sec)

  1. src/cmd/vendor/golang.org/x/sys/windows/security_windows.go

    )
    
    // Token types
    const (
    	TokenPrimary       = 1
    	TokenImpersonation = 2
    )
    
    // Impersonation levels
    const (
    	SecurityAnonymous      = 0
    	SecurityIdentification = 1
    	SecurityImpersonation  = 2
    	SecurityDelegation     = 3
    )
    
    type LUID struct {
    	LowPart  uint32
    	HighPart int32
    }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 52.5K bytes
    - Viewed (0)
Back to top