Click or drag to resize

wclRfCommServerEncryption Property

Gets and sets the encryption state of 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 the connection is encrypted. False otherwise.
Exceptions
Remarks

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

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

See Also