MutualAuthentication Property
Specifies whether to enable mutual authentication during Kerberos sessions.
bool MutualAuthentication {get; set;}
'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.