BluetoothDevice.EncryptionAlgorithmAes Champ

Définition

Attention

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

Indique que le lien a été chiffré à l’aide de l’algorithme 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

Valeur de champ

Value = 2

Implémente

Attributs

Remarques

Indique que le lien a été chiffré à l’aide de l’algorithme AES

Java documentation pour android.bluetooth.BluetoothDevice.ENCRYPTION_ALGORITHM_AES.

Les parties de cette page sont des modifications basées sur le travail créé et partagé par Android Open Source et utilisées en fonction des termes décrits dans la Creative Commons 2.5 Attribution License.

S’applique à