Compartir a través de


RfcommConnectionTrigger.ProtectionLevel Propiedad

Definición

Obtiene o establece el nivel de protección mínimo necesario para las conexiones que se crean o aceptan en nombre de la aplicación.

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 de propiedad

Nivel de protección mínimo necesario para las conexiones que se crean o aceptan en nombre de la aplicación. El valor predeterminado es BluetoothEncryptionWithAuthentication.

Se aplica a