Location: Symbol Reference > Structs, Records, Enums > TJwSecurityResetType Enumeration
JWSCL Documentation
ContentsIndexHome
PreviousUpNext
TJwSecurityResetType Enumeration
Pascal
TJwSecurityResetType = (
  srtOwner,
  srtDacl,
  srtSacl
);
Members 
Description 
srtOwner 
The owner must be reassigned on all objects 
srtDacl 
The DACL must be reassinged on all objects. It means that the existing DACL must be removed and new a added. 
srtSacl 
The SACL must be reassigned on all objects. 

TJwSecurityResetType is used by TJwSecurityDescriptorDialog. It defines enum constats that defines what security descriptor parts must be assigned on all objects (recursively through all containers)

Copyright (c) 2010. All rights reserved.
This help was created by Doc-O-Matic sponsored by toolsfactory software inc.
What do you think about this topic? Send feedback!