InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / IConnectionSettingsTelnet Interface / MutualAuthentication Property


In This Topic
MutualAuthentication Property
In This Topic
Specifies whether to enable mutual authentication during Kerberos sessions.
Syntax
'Declaration
 
Property MutualAuthentication As Boolean
 
'Usage
 
Dim instance As IConnectionSettingsTelnet
Dim value As Boolean
 
instance.MutualAuthentication = value
 
value = instance.MutualAuthentication

Property Value

The default value is true. This value cannot be changed if the connection is open.
Remarks
When this setting is true, the service must authenticate itself to the principal.
See Also