Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 1.67 KB

security-classes.md

File metadata and controls

36 lines (23 loc) · 1.67 KB
description title ms.date ms.topic helpviewer_keywords ms.assetid
Learn more about: Security Classes
Security Classes (ATL)
11/04/2016
reference
security classes [C++]
0477f1a4-c1af-4c4f-bbca-08f7b844e028

Security Classes

These classes are wrappers for common Win32 security classes and objects.

  • CAccessToken This class is a wrapper for an access token.

  • CAcl This class is a wrapper for an ACL (access-control list) structure.

  • CDacl This class is a wrapper for a DACL (discretionary access-control list) structure.

  • CPrivateObjectSecurityDesc This class represents a private object security descriptor object.

  • CSacl This class is a wrapper for a SACL (system access-control list) structure.

  • CSecurityAttributes This class is a thin wrapper for the SECURITY_ATTRIBUTES structure.

  • CSecurityDesc This class is a wrapper for the SECURITY_DESCRIPTOR structure.

  • CSid This class is a wrapper for a SID (security identifier) structure.

  • CTokenGroups This class is a wrapper for the TOKEN_GROUPS structure.

  • CTokenPrivileges This class is a wrapper for the TOKEN_PRIVILEGES structure.

See also

Class Overview
Security Global Functions