Location: Symbol Reference > Classes > TJwSecurityDescriptor Class > Create Constructor
JWSCL Documentation
ContentsIndexHome
PreviousUpNext
Create Constructor

This is the overview for the Create constructor overload.

 
Name 
Description 
 
Create creates an empty security descriptor. The property pSD is initialised and ready to be filled.
By default the DACL is initialized with no entries so everyone is denied access. Set DACL to nil to allow everyone access but do not free it by calling Free. DACL := Nil; 
 
Create create a new TJwSecurityDescriptor instance from a security descriptor. The sd can be a self relative or absolute sd.
 
 
Create creates a new TJwSecurityDescriptor instance from a winapi security string. For more information see http://msdn2.microsoft.com/en-us/library/aa379570.aspx
 
 
Create creates a new TJwSecurityDescriptor instance by copying from an existing one defined in the lonely parameter. For this purpose it uses Assign. If aSecurityDescriptor is nil the new instance will be empty.
 
 
Create creates a new security descriptor and copies the defines members of a default security descriptor.  
 
Create creates a new TJwSecurityDescriptor using information from a stream. See LoadFromStream for more information. 
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!