Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / IIbmTerminal Interface / DASOSessionName Property


In This Topic
DASOSessionName Property (IIbmTerminal)
In This Topic
Retrieves the session name that is used for DASO (Digital Certificate Access Server Automated Sign On). The session name and DASO application ID are used by the DASO server when mapping the current user to RACF logon credentials for host access.
Syntax
'Declaration
 
ReadOnly Property DASOSessionName As String
 
'Usage
 
Dim instance As IIbmTerminal
Dim value As String
 
value = instance.DASOSessionName
See Also