Skip to content

Latest commit

 

History

History
61 lines (49 loc) · 2.08 KB

File metadata and controls

61 lines (49 loc) · 2.08 KB
title Security Classes (ATL) | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.reviewer
ms.suite
ms.technology
cpp-windows
ms.tgt_pltfrm
ms.topic article
dev_langs
C++
helpviewer_keywords
security classes [C++]
ms.assetid 0477f1a4-c1af-4c4f-bbca-08f7b844e028
caps.latest.revision 10
author mikeblome
ms.author mblome
manager ghogen
translation.priority.ht
cs-cz
de-de
es-es
fr-fr
it-it
ja-jp
ko-kr
pl-pl
pt-br
ru-ru
tr-tr
zh-cn
zh-tw

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