()
| 163 | } |
| 164 | |
| 165 | func (sd *SecurityDescriptor) GetControl() int { |
| 166 | return ldaputils.HexToInt(ldaputils.EndianConvert(sd.Header.Control)) |
| 167 | } |
| 168 | |
| 169 | func (sd *SecurityDescriptor) SetControl(control int) { |
| 170 | sd.Header.Control = ldaputils.EndianConvert(fmt.Sprintf("%04x", control)) |
no test coverage detected