Location: Symbol Reference > Structs, Records, Enums > TJwSidMap Record
JWSCL Documentation
ContentsIndexHome
PreviousUpNext
TJwSidMap Record
Pascal
TJwSidMap = record
  Name: TJwString;
  SidString: TJwString;
  Sid: TJwSecurityId;
end;
Members 
Description 
Name: TJwString; 
SidString defines a name that is can be used for Sid retrieving. Searching is case insensitive. 
SidString: TJwString; 
SidString defines a name that is can be used for Sid retrieving. Searching is case insensitive. 
Sid: TJwSecurityId; 
Sid defines the Sid instance. Can be nil. 

TJwSidMap defines a map between a name and its Sid instance.

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!