functions
import "github.com/TheManticoreProject/Manticore/network/dcerpc/interfaces/b9785960-524f-11df-8b6d-83dcded72085/1.0/functions"
Index
func GetKey
func GetKey(rpc ndr.Invoker, cbTargetSD ndr.DWORD, pbTargetSD []byte, pRootKeyID *guid.GUID, l0KeyID int32, l1KeyID int32, l2KeyID int32) (PcbOut ndr.DWORD, PpbOut []byte, err error)
GetKey calls GetKey (opnum 0) ([MS-GKDI] section 3.1.4.1). It requests a group key (seed or public) for the security descriptor pbTargetSD. Setting pRootKeyID to nil and l0/l1/l2KeyID all to -1 requests the latest group key; all three >= 0 requests a specific seed key. On success it returns the key BLOB (section 2.2.4) and its length. The wire return value is an HRESULT (zero on success, nonzero on error).