IAuthenticationSystemSet methods
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
Inherits methods from IDataAdminCollection and
defines the methods listed in the following table.
| Method syntax | Description |
|---|---|
|
Adds the authentication system object referenced by authn to
the set and returns TRUE if successful. |
|
Returns TRUE if there is an
authentication system object in the set that has its Name property
set to name. |
|
Returns TRUE if the authentication
system object referenced by authn is in the set. |
|
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. |
|
Removes the authentication system object referenced
by authn from the set and returns TRUE if
successful. |
See also: