|
JWSCL Documentation
|
constructor CreateAndAddSids(const AuthContext: TJwAuthContext; const Sids: TJwSecurityIdList; const RestrictedSids: TJwSecurityIdList);
|
Parameters |
Description |
|
const Sids: TJwSecurityIdList |
receives a list of Sids and its Attributes to be used as new groups in the security context. (like TokenGroups in a token). The attributes (AttributesType) must be set to SE_GROUP_ENABLED (sidaGroupOwner) or SE_GROUP_USE_FOR_DENY_ONLY (sidaGroupUseForDenyOnly); otherwise the call to a WinAPI function wil fail with INVALID_PARAMETERS (87). Origin: http://msdn2.microsoft.com/en-us/library/aa375798.aspx
|
|
const RestrictedSids: TJwSecurityIdList |
receives a list of Sids and its Attributes to be used as new deny only groups in the security context. (like TokenGroups in a token). The attributes (AttributesType) must be set to SE_GROUP_ENABLED (sidaGroupOwner) or SE_GROUP_USE_FOR_DENY_ONLY (sidaGroupUseForDenyOnly); otherwise the call to a WinAPI function wil fail with INVALID_PARAMETERS (87). Origin: http://msdn2.microsoft.com/en-us/library/aa375798.aspx
|
|
ResourceManager |
defines a resource manager instance. Must not be nil. |
CreateAndAddSids creates a new security context using an existing one. This function can also add additional positive and negative Sids to the context.
|
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!
|