共用方式為


RfcommConnectionTrigger.ProtectionLevel 屬性

定義

取得或設定代表應用程式建立或接受之連線所需的最低保護層級。

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

屬性值

代表應用程式建立或接受之連線所需的最低保護層級。 預設值為 BluetoothEncryptionWithAuthentication。

適用於