OperationDescription.ProtectionLevel Propriété

Définition

Obtient ou définit le niveau de protection de l'opération.

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

Valeur de propriété

ProtectionLevel

ProtectionLevel pour l'opération.

Remarques

La propriété ProtectionLevel contrôle si les messages d'une opération doivent être chiffrés, signés ou les deux. La valeur définie ici est la valeur par défaut pour tous les messages spécifiés pour cette opération, sauf si une portée plus restreinte se substitue à cette valeur.

ProtectionLevelcorrespond à la ProtectionLevel propriété du modèle de programmation WINDOWS Communication Foundation (WCF).

Lorsque ProtectionLevel est défini, la propriété HasProtectionLevel a la valeur true.

S’applique à