Determines whether a particular security service is active during the session.
is_sec_service_on(security_service_nm)
select is_sec_service_on("unifiedlogin")
Returns 1 if the service is enabled; otherwise, returns 0.
select * from syssecmechs
sec_mech_name available_service ------------- -------------------- dce unifiedlogin dce mutualauth dce delegation dce integrity dce confidentiality dce detectreplay dce detectseq
The available_service column displays the security services that are supported by the SAP ASE server.
ANSI SQL – Compliance level: Transact-SQL extension.
Any user can execute is_sec_service_on.