Compartir a través de


FaultDescription.ProtectionLevel Propiedad

Definición

Especifica el nivel de protección que el error de SOAP requiere del enlace.

public:
 property System::Net::Security::ProtectionLevel ProtectionLevel { System::Net::Security::ProtectionLevel get(); void set(System::Net::Security::ProtectionLevel value); };
public System.Net.Security.ProtectionLevel ProtectionLevel { get; set; }
member this.ProtectionLevel : System.Net.Security.ProtectionLevel with get, set
Public Property ProtectionLevel As ProtectionLevel

Valor de propiedad

Uno de los valores de ProtectionLevel. De manera predeterminada, es None.

Comentarios

Utilice la propiedad ProtectionLevel para especificar hasta qué punto el enlace debe cifrar, firmar o ambas cosas al enviar el error de SOAP. Si un enlace admite un nivel de protección superior al requerido por esta propiedad, Windows Communication Foundation (WCF) puede deshabilitar la protección innecesaria si es capaz de hacerlo.

Se aplica a