procedure JwAddMapSid(const Name: TJwString; const Sid: TJwSecurityID);
|
Parameters |
Description |
|
const Name: TJwString |
defines the name of the Sid to be used. The name can be used for retrieving the Sid. It is case insensitive. |
|
const Sid: TJwSecurityID |
defines the Sid instance that represents the name. Can not be nil |
JwAddMapSid adds a string to the string Sid map list. JwInitMapping must be called before.
|
Exceptions |
Description |
|
will be raised if Sid is nil or JwInitMapping was not called |
|
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!
|