BluetoothDevice.EncryptionAlgorithmAes Поле
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Внимание!
This constant will be removed in the future version. Use Android.Bluetooth.BluetoothDeviceEncryptionAlgorithm enum directly instead of this field.
Указывает, что ссылка была зашифрована с помощью алгоритма AES
[Android.Runtime.Register("ENCRYPTION_ALGORITHM_AES", 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 EncryptionAlgorithmAes = 2;
[<Android.Runtime.Register("ENCRYPTION_ALGORITHM_AES", 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 EncryptionAlgorithmAes : Android.Bluetooth.BluetoothDeviceEncryptionAlgorithm
Значение поля
Value = 2Реализации
- Атрибуты
Комментарии
Указывает, что ссылка была зашифрована с помощью алгоритма AES
Java документации по android.bluetooth.BluetoothDevice.ENCRYPTION_ALGORITHM_AES.
Части этой страницы — это изменения на основе работы, созданной и общей Project и используемых в соответствии с условиями, описанными в разделе "".