#include <security_descriptor.h>
Public Member Functions | |
| CL_SecurityDescriptor () | |
| Construction:. | |
| CL_SecurityDescriptor (const CL_SecurityDescriptor ©) | |
| ~CL_SecurityDescriptor () | |
| CL_SecurityDescriptor & | operator= (const CL_SecurityDescriptor ©) |
| Operations:. | |
Private Attributes | |
| CL_SecurityIdentifier | owner |
| Implementation:. | |
| CL_SecurityIdentifier | primary_group |
| CL_AccessControlList | discretionary_acl |
| bool | owner_defaulted |
| bool | group_defaulted |
| bool | dacl_defaulted |
|
|
Construction:.
Definition at line 35 of file security_descriptor.cpp. |
|
|
Definition at line 45 of file security_descriptor.cpp. |
|
|
Definition at line 54 of file security_descriptor.cpp. |
|
|
Operations:.
Definition at line 64 of file security_descriptor.cpp. References dacl_defaulted, discretionary_acl, group_defaulted, owner, owner_defaulted, and primary_group. |
|
|
Definition at line 64 of file security_descriptor.h. Referenced by operator=(). |
|
|
Definition at line 58 of file security_descriptor.h. Referenced by operator=(). |
|
|
Definition at line 62 of file security_descriptor.h. Referenced by operator=(). |
|
|
Implementation:.
Definition at line 54 of file security_descriptor.h. Referenced by operator=(). |
|
|
Definition at line 60 of file security_descriptor.h. Referenced by operator=(). |
|
|
Definition at line 56 of file security_descriptor.h. Referenced by operator=(). |
1.4.1