Location: Symbol Reference > Classes > TJwSecurityToken Class > Create Constructor > TJwSecurityToken.Create Constructor (TJwTokenHandle, TJwSharedHandle, TJwAccessMask)
JWSCL Documentation
ContentsIndexHome
PreviousUpNext
TJwSecurityToken.Create Constructor (TJwTokenHandle, TJwSharedHandle, TJwAccessMask)
Pascal
constructor Create(const aTokenHandle: TJwTokenHandle; const ShareTokenHandle: TJwSharedHandle; const aDesiredAccess: TJwAccessMask); virtual; overload;
Parameters 
Description 
const ShareTokenHandle: TJwSharedHandle 
defines whether the instance ought to close the handle or not  
const aDesiredAccess: TJwAccessMask 
defines the access to the token handle. MAXIMUM_ALLOWED can be used to get the maximum access allowed. 
aTokeHandle 
defines the handle to the token. Create does not do a validity check on the handle!  

Create creates a token instance using an already existing token handle. It can be choosen whether the token instance will close the handle or not. 

 

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!