Provides data for an authentication event.
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| BluetoothWin32AuthenticationEventArgs()()() |
Initialize an instance of BluetoothWin32AuthentionEventArgs.
| |
| BluetoothWin32AuthenticationEventArgs(BluetoothDeviceInfo) |
Initialize an instance of BluetoothWin32AuthentionEventArgs.
| |
| AttemptNumber |
Gets how many attempts at sending a PIN have been tried.
| |
| CallbackWithResult |
Gets or sets whether the callback is called again after the PIN response
is sent.
| |
| CannotSendAnotherResponse |
Gets whether it is not possible to send another PIN response.
| |
| Device |
Gets the device requiring an authentication response as a
BluetoothDeviceInfo.
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode()()() | Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) | |
| GetType()()() | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Pin |
Gets or sets the PIN string to be used to authenticate the specified device.
| |
| PreviousNativeErrorCode |
The Windows error code returned by the last PIN response attempt.
| |
| PreviousNativeErrorCodeAsUnsigned |
The Windows error code returned by the last PIN response attempt,
as an unsigned value.
| |
| ToString()()() | (Inherited from Object.) |
For usage information, see the class documentation at BluetoothWin32Authentication it includes an example, also see the documentation on each of this class’s properties.