Click or drag to resize

wclBluetoothOobDataR Property

Gets and sets a randomly generated number used for one-way authentication.

Namespace: wclBluetooth
Assembly: wclBluetoothFramework (in wclBluetoothFramework.dll) Version: 7.17.12.0 (7.17.12.0)
Syntax
public byte[] R { get; set; }

Property Value

Byte
A randomly generated number used for one-way authentication. If this number is not provided by the device initiating the OOB session, this value is 0.
See Also