Arendi.BleLibrary  4.5.1.999
Core-Library (PCL)
Arendi.BleLibrary.Local.ISecurityManager Interface Reference

The interface to the security manager More...

Inheritance diagram for Arendi.BleLibrary.Local.ISecurityManager:

Properties

bool BondingSupported [get, set]
 Enable/Disable the support for bonding. More...
 
bool Mitm [get, set]
 Enable/Disable the man in the middle protection. More...
 
bool Lesc [get, set]
 Enable/Disable the LE secure connection protection. More...
 
int MinKeySize [get, set]
 Minimal key size. More...
 
int MaxKeySize [get, set]
 Maximal key size. More...
 
IoCapabilities IoCapabilities [get, set]
 IO capabilities for passkey handling. More...
 

Detailed Description

The interface to the security manager

Property Documentation

§ BondingSupported

bool Arendi.BleLibrary.Local.ISecurityManager.BondingSupported
getset

Enable/Disable the support for bonding.

§ IoCapabilities

IoCapabilities Arendi.BleLibrary.Local.ISecurityManager.IoCapabilities
getset

IO capabilities for passkey handling.

§ Lesc

bool Arendi.BleLibrary.Local.ISecurityManager.Lesc
getset

Enable/Disable the LE secure connection protection.

§ MaxKeySize

int Arendi.BleLibrary.Local.ISecurityManager.MaxKeySize
getset

Maximal key size.

§ MinKeySize

int Arendi.BleLibrary.Local.ISecurityManager.MinKeySize
getset

Minimal key size.

§ Mitm

bool Arendi.BleLibrary.Local.ISecurityManager.Mitm
getset

Enable/Disable the man in the middle protection.