|
JWSCL Documentation
|
The properties of the TJwPrivilegeSet class are listed here.
|
|
Name |
Description |
|
Control is only used if the privilege was created by Create with parameter (aPRIVILEGE_SET : PRIVILEGE_SET). Specifies a control flag related to the privileges. The PRIVILEGE_SET_ALL_NECESSARY control flag is currently defined. It indicates that all of the specified privileges must be held by the process requesting access. If this flag is not set, the presence of any privileges in the user's access token grants the access. http://msdn2.microsoft.com/en-us/library/aa379307.aspx | |
![]() |
Count contains the count of privileges | |
![]() |
The owner token of this privilege set. If the privilege set belongs to a token, Owner is not nil. In this case the privilege in the list are assigned to a token. | |
![]() |
PrivByIdx[Index returns a privilege by its index of list Be aware that an index can change if the set is updated. If the index is not between 0 and Count-1 the Exception EJwsclInvalidIndexPrivilegeException is raised. | |
![]() |
PrivByLUID[Index returns a privilege by its LUID (locally unique ID) If the given privilege was not found the result is nil. | |
![]() |
PrivByName[Index returns a privilege by its name. The string is compared case sensitive! You can use system constants from JwaWinNT (like SE_CREATE_TOKEN_NAME). If the given privilege was not found the result is nil. |
|
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!
|