다음을 통해 공유


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입니다.

적용 대상