Click or drag to resize

wclRfCommClientEncryption Property

Gets and sets the Encryption property for the connection.

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

Property Value

Boolean
True if Encryption is enabled for the connection.
Exceptions
Remarks

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

The Encryption can be set to True only if the Authentication property is also set to True.

See Also