BluetoothDevice.EncryptionAlgorithmNone Поле

Определение

Внимание!

This constant will be removed in the future version. Use Android.Bluetooth.BluetoothDeviceEncryptionAlgorithm enum directly instead of this field.

Указывает, что ссылка не была зашифрована с помощью любого алгоритма

[Android.Runtime.Register("ENCRYPTION_ALGORITHM_NONE", ApiSince=36)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Bluetooth.BluetoothDeviceEncryptionAlgorithm enum directly instead of this field.", true)]
public const Android.Bluetooth.BluetoothDeviceEncryptionAlgorithm EncryptionAlgorithmNone = 0;
[<Android.Runtime.Register("ENCRYPTION_ALGORITHM_NONE", ApiSince=36)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Bluetooth.BluetoothDeviceEncryptionAlgorithm enum directly instead of this field.", true)>]
val mutable EncryptionAlgorithmNone : Android.Bluetooth.BluetoothDeviceEncryptionAlgorithm

Значение поля

Value = 0

Реализации

Атрибуты

Комментарии

Указывает, что ссылка не была зашифрована с помощью любого алгоритма

Java документации по android.bluetooth.BluetoothDevice.ENCRYPTION_ALGORITHM_NONE.

Части этой страницы — это изменения на основе работы, созданной и общей Project и используемых в соответствии с условиями, описанными в разделе "".

Применяется к