Compartilhar via


GattProtectionLevel Enumeração

Definição

Representa o nível de segurança desejado.

Permite que a opção segurança desejada seja solicitada.

public enum class GattProtectionLevel
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class GattProtectionLevel
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum GattProtectionLevel
var value = Windows.Devices.Bluetooth.GenericAttributeProfile.GattProtectionLevel.plain
Public Enum GattProtectionLevel
Herança
GattProtectionLevel
Atributos

Requisitos do Windows

Família de dispositivos
Windows 10 (introduzida na 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
API contract
Windows.Foundation.UniversalApiContract (introduzida na v1.0)
Funcionalidades do aplicativo
bluetooth

Campos

AuthenticationRequired 1

Exigir que o link seja autenticado.

EncryptionAndAuthenticationRequired 3

Exigir que o link seja criptografado e autenticado.

EncryptionRequired 2

Exigir que o link seja criptografado.

Plain 0

Usa o nível de proteção padrão.

Aplica-se a