InfoConnect VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / ConnectionSettingsTelnet Object / MutualAuthentication Property
In This Topic
MutualAuthentication Property
In This Topic
Specifies whether to enable mutual authentication during Kerberos sessions.
Syntax
expression.MutualAuthentication As Boolean
where expression is a variable that represents a ConnectionSettingsTelnet Object
Remarks
When this setting is true, the service must authenticate itself to the principal. The default value is true. This value cannot be changed if the connection is open.
See Also