Try OpenEdge Now
skip to main content
Programming Interfaces
Database Administration Entity Interface Reference : IAuthenticationSystem interface : IAuthenticationSystem examples : Updating an existing authentication system
 
Updating an existing authentication system
The following code edits a property on an existing authentication system:
assign
  authSys = service:GetAuthenticationSystem("MyAuthenticationSystem")
  authSys:Description = "This authentication system is ok.".

service:UpdateAuthenticationSystem(authSys).
See also:
*IAuthenticationSystemSetinterface
*IDataAdminElementinterface