CommonSecurityDescriptor.AddSystemAcl(Byte, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the SystemAcl property for this CommonSecurityDescriptor instance and sets the SystemAclPresent flag.
public:
void AddSystemAcl(System::Byte revision, int trusted);
public void AddSystemAcl (byte revision, int trusted);
member this.AddSystemAcl : byte * int -> unit
Public Sub AddSystemAcl (revision As Byte, trusted As Integer)
Parameters
- trusted
- Int32
The number of Access Control Entries (ACEs) this SystemAcl object can contain. This number should only be used as a hint.
Remarks
The constructor for the SystemAcl uses the IsContainer and IsDS properties for this CommonSecurityDescriptor.
Applies to
Vertu í samstarfi við okkur á GitHub
Heimildina fyrir þetta efni er að finna á GitHub, þar sem þú getur líka búið til og farið yfir vandamál og sameinað beiðnir. Frekari upplýsingar er að finna í framlagshandbók okkar.