Compartilhar via


RfcommConnectionTrigger.ProtectionLevel Propriedade

Definição

Obtém ou define o nível mínimo de proteção necessário para conexões que são criadas ou aceitas em nome do aplicativo.

public:
 property SocketProtectionLevel ProtectionLevel { SocketProtectionLevel get(); void set(SocketProtectionLevel value); };
SocketProtectionLevel ProtectionLevel();

void ProtectionLevel(SocketProtectionLevel value);
public SocketProtectionLevel ProtectionLevel { get; set; }
var socketProtectionLevel = rfcommConnectionTrigger.protectionLevel;
rfcommConnectionTrigger.protectionLevel = socketProtectionLevel;
Public Property ProtectionLevel As SocketProtectionLevel

Valor da propriedade

O nível mínimo de proteção necessário para conexões que são criadas ou aceitas em nome do aplicativo. O padrão é BluetoothEncryptionWithAuthentication.

Aplica-se a