#include <security_identifier.h>
Construction | |
| enum | Type { type_user, type_group, type_domain, type_alias, type_well_known_group, type_deleted_account, type_invalid, type_unknown, type_computer } |
| Security identifier types. More... | |
| CL_SecurityIdentifier (const CL_String &name) | |
| Constructs a SecurityIdentifier. | |
| CL_SecurityIdentifier (const CL_String &name, Type type) | |
| Constructs a SecurityIdentifier. | |
| CL_SecurityIdentifier (unsigned int sid, Type type) | |
| Constructs a SecurityIdentifier. | |
| CL_SecurityIdentifier (const CL_SecurityIdentifier ©) | |
| Constructs a SecurityIdentifier. | |
| ~CL_SecurityIdentifier () | |
| static CL_SecurityIdentifier | get_thread_user () |
| Get Thread user. | |
| static CL_SecurityIdentifier | get_thread_group () |
| Get Thread group. | |
Public Member Functions | |
Attributes | |
| CL_String | get_name () const |
| Get friendly name of security identifier. | |
| CL_String | get_domain_name () const |
| Get domain name identifier belongs to. | |
| Type | get_type () const |
| Get security identifier type. | |
Operations | |
| CL_SecurityIdentifier & | operator= (const CL_SecurityIdentifier ©) |
|
|
Security identifier types.
|
|
|
Constructs a SecurityIdentifier.
|
|
||||||||||||
|
Constructs a SecurityIdentifier.
|
|
||||||||||||
|
Constructs a SecurityIdentifier.
|
|
|
Constructs a SecurityIdentifier.
|
|
|
|
|
|
Get domain name identifier belongs to.
|
|
|
Get friendly name of security identifier.
|
|
|
Get Thread group.
|
|
|
Get Thread user.
|
|
|
Get security identifier type.
|
|
|
|
1.4.6