EncryptionStatus(Int32, Int32) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Android.Runtime.Register(".ctor", "(II)V", "", ApiSince=36)]
public EncryptionStatus(int keySize, int algorithm);
[<Android.Runtime.Register(".ctor", "(II)V", "", ApiSince=36)>]
new Android.Bluetooth.EncryptionStatus : int * int -> Android.Bluetooth.EncryptionStatus
Parameters
- keySize
- Int32
Value is between 1 and 16 inclusive
- algorithm
- Int32
Value is one of the following: BluetoothDevice.ENCRYPTION_ALGORITHM_NONE; BluetoothDevice.ENCRYPTION_ALGORITHM_E0; BluetoothDevice.ENCRYPTION_ALGORITHM_AES; BluetoothDevice.ENCRYPTION_ALGORITHM_UNKNOWN
- Attributes
Remarks
Android reference for android.bluetooth.EncryptionStatus.EncryptionStatus.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.