MessageContractAttribute.ProtectionLevel Propriété

Définition

Obtient ou définit une valeur qui spécifie si le message doit être chiffré, signé ou les deux.

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é

Une des valeurs de l'objet ProtectionLevel. La valeur par défaut est None.

Exceptions

La valeur transmise à la propriété au moment de la configuration n'est pas une des valeurs ProtectionLevel.

Remarques

Pour plus d’informations sur les niveaux de protection et leurs hypothèses et étendues, consultez Présentation du niveau de protection.

S’applique à