BluetoothDevice.EncryptionAlgorithmAes Feld

Definition

Achtung

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

Gibt an, dass der Link mit dem AES-Algorithmus verschlüsselt wurde.

[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

Feldwert

Value = 2

Implementiert

Attribute

Hinweise

Gibt an, dass der Link mit dem AES-Algorithmus verschlüsselt wurde.

Java Dokumentation für android.bluetooth.BluetoothDevice.ENCRYPTION_ALGORITHM_AES.

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die von der Android Open Source Project erstellt und gemeinsam verwendet und gemäß den in der 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: