Method syntax
|
Description
|
LOGICAL Add ( authn AS IAuthenticationSystem )
|
Adds the authentication system object referenced by authn to the set and returns TRUE if successful.
|
LOGICAL CanFind ( name AS CHARACTER )
|
Returns TRUE if there is an authentication system object in the set that has its Name property set to name.
|
LOGICAL Contains (
authn AS IAuthenticationSystem ) |
Returns TRUE if the authentication system object referenced by authn is in the set.
|
IAuthenticationSystem Find (
name AS CHARACTER ) |
Returns the authentication system object from the set that has its Name property set to name. Returns the Unknown value (?) if the object is not found.
|
LOGICAL Remove(
authn AS IAuthenticationSystem ) |
Removes the authentication system object referenced by authn from the set and returns TRUE if successful.
|