Partilhar via


FaultDescription.ProtectionLevel Propriedade

Definição

Especifica o nível de proteção que a falha de SOAP exige da associação.

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 da propriedade

ProtectionLevel

Um dos valores de ProtectionLevel. O padrão é None.

Comentários

Use a ProtectionLevel propriedade para especificar o grau para o qual a associação deve criptografar, assinar ou ambos ao enviar a falha SOAP. Se uma associação der suporte a um nível de proteção maior do que o exigido por essa propriedade, Windows WCF (Communication Foundation) poderá desabilitar a proteção desnecessária se for capaz de fazê-lo.

Aplica-se a