Compartir a través de


StreamSocketInformation.ProtectionLevel Propiedad

Definición

Obtiene el nivel de protección que representa la integridad y el cifrado establecidos en un objeto StreamSocket .

public:
 property SocketProtectionLevel ProtectionLevel { SocketProtectionLevel get(); };
SocketProtectionLevel ProtectionLevel();
public SocketProtectionLevel ProtectionLevel { get; }
var socketProtectionLevel = streamSocketInformation.protectionLevel;
Public ReadOnly Property ProtectionLevel As SocketProtectionLevel

Valor de propiedad

Nivel de protección que representa la integridad y el cifrado establecidos en un objeto StreamSocket .

Requisitos de Windows

Características de aplicaciones
ID_CAP_NETWORKING [Windows Phone]

Se aplica a

Consulte también