Click or drag to resize

wclRfCommServerAuthentication Property

Gets and sets the authentication value.

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 connection required authentication. False otherwise.
Exceptions
ExceptionCondition
wclEBluetoothServer
Remarks

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

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

See Also