Expand description
Security identifiers, access masks, and security descriptors.
Structs§
- Access
Mask - Generic
ACCESS_MASKflags. - Ace
- An immutable borrowed native Windows access-control entry (ACE).
- AceBuf
- An owned, validated native Windows ACE packet.
- AceBuild
Options - Options shared by the supported ACE builders.
- AceFlags
- Flags stored in an ACE header.
- Aces
- Iterator over the ACEs in an
Acl. - Acl
- An immutable borrowed native Windows access-control list (ACL).
- AclBuf
- An owned, validated native Windows ACL packet.
- Object
AceFlags - Object-specific fields present in an object ACE.
- SecDesc
- A validated, portable representation of a self-relative Windows security descriptor.
- SecDesc
Control - Flags describing the state and storage of a security descriptor.
- SecDesc
Update - A builder for a functional update to a
SecDesc. - SecInfo
- Security-descriptor components selected by a query or represented by a
SecDesc. - Sid
- A Windows security identifier (SID).
- Token
Group Attributes - Native
SE_GROUP_*attributes attached to token groups.
Enums§
- AceBuild
Error - Error returned when building an ACE.
- AceError
- Error returned when parsing an ACE.
- AceType
- A classified native ACE type.
- AclBuild
Error - Error returned when building an ACL.
- AclError
- Error returned when parsing an ACL.
- AclKind
- A security descriptor’s access-control-list component.
- AclRevision
- Native ACL packet revision.
- SecDesc
Component - A component of a Windows security descriptor.
- SecDesc
Error - Error returned when constructing or deserializing a security descriptor.
- SecDesc
Revision - Security descriptor format revision.
- SidError
- Error returned when constructing or parsing a SID.
- SidIdentifier
Authority - Authority responsible for issuing a SID.
- SidRevision
- SID packet format revision.
- Well
Known Sid - A SID whose full value is a constant.
Functions§
- with_
security_ privilege Windows - Runs
fwithSeSecurityPrivilegeenabled on the current thread, reverting to the process token afterward.