In The Hand - .NET Components for Mobility
Authenticate Property
NamespacesInTheHand.Net.SocketsBluetoothClientAuthenticate
Gets or sets the authentication state of the current connect or behaviour to use when connection is established.
Declaration Syntax
C#Visual Basic
public bool Authenticate { get; set; }
Public Property Authenticate As Boolean
Remarks
For disconnected sockets, specifies that authentication is required in order for a connect or accept operation to complete successfully. Setting this option actively initiates authentication during connection establishment, if the two Bluetooth devices were not previously authenticated. The user interface for passkey exchange, if necessary, is provided by the operating system outside the application context. For outgoing connections that require authentication, the connect operation fails with WSAEACCES if authentication is not successful. In response, the application may prompt the user to authenticate the two Bluetooth devices before connection. For incoming connections, the connection is rejected if authentication cannot be established and returns a WSAEHOSTDOWN error.

Assembly: InTheHand.Net.Personal (Module: InTheHand.Net.Personal) Version: 2.2.0.0