EncryptionStatus.KeySize Property

Definition

public int KeySize { [Android.Runtime.Register("getKeySize", "()I", "", ApiSince=36)] get; }
[<get: Android.Runtime.Register("getKeySize", "()I", "", ApiSince=36)>]
member this.KeySize : int

Property Value

the size of the encryption key, in number of bytes. i.e. value of 16 means 16-octets, or 128 bit key size.

Attributes

Remarks

Java documentation for android.bluetooth.EncryptionStatus.getKeySize().

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.

Applies to