Location: Symbol Reference > Structs, Records, Enums > TJwSidInfoRecord Record
JWSCL Documentation
ContentsIndexHome
PreviousUpNext
TJwSidInfoRecord Record
Pascal
TJwSidInfoRecord = record
  pSid: TObject;
  sCommonName: WideString;
  sUPN: WideString;
  sClass: TJwSidClassName;
  Exception: TObject;
end;
Members 
Description 
pSid: TObject; 
TJwSecurityId; sUPN defines the users principal name for display (ex. full name) 
sClass: TJwSidClassName; 
sClass defines which type the user belongs to (computer, user, group) 
Exception: TObject; 
Exception contains the exception which occured when TJwSecurityDescriptorDialog tried to translate the Sid into the Name. This member can be nil if the Sid could be translated into a name. In this case sCommonName contains the translated name. 

TJwSidInfoRecord provides information about a SID that could not be translated into a human readable name.

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!