SeDeleteClientSecurity - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ntifs.h

VOID SeDeleteClientSecurity(
  PSECURITY_CLIENT_CONTEXT ClientContext
);

View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-ntifs-sedeleteclientsecurity)

SeDeleteClientSecurity macro

Description

The SeDeleteClientSecurity routine deletes a client security context.

Parameters

ClientContext

Pointer to the client security context structure to be deleted.

Remarks

SeDeleteClientSecurity deletes a client security context structure and performs any necessary cleanup, such as removing any client token references.

Each call to SeCreateClientSecurity or SeCreateClientSecurityFromSubjectContext must be matched by a subsequent call to SeDeleteClientSecurity.

For more information about security and access control, see Windows security model for driver developers and the documentation on these topics in the Windows SDK.

See also

SeCreateClientSecurity

SeCreateClientSecurityFromSubjectContext