Click or drag to resize

wclRfCommClientAuthentication Property

Gets and sets the authentication property for the connection.

Namespace: wclBluetooth
Assembly: wclBluetoothFramework (in wclBluetoothFramework.dll) Version: 7.17.12.0 (7.17.12.0)
Syntax
public bool Authentication { get; set; }

Property Value

Boolean
True if the authentication is enabled.
Exceptions
ExceptionCondition
wclEBluetoothClient
Remarks

If an application changes the property when connection is active the wclEBluetoothClient exception raises.

If the Authentication if switched off (False) the Encryption is also switched off.

See Also