FaultContractAttribute.HasProtectionLevel Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient une valeur qui indique si un niveau de protection a été assigné au message d'erreur SOAP.
public:
property bool HasProtectionLevel { bool get(); };
public bool HasProtectionLevel { get; }
member this.HasProtectionLevel : bool
Public ReadOnly Property HasProtectionLevel As Boolean
Valeur de propriété
true
si un niveau de protection est assigné au message d'erreur ; sinon, false
. La valeur par défaut est false
.
Remarques
Utilisez la HasProtectionLevel propriété pour spécifier si le message d’erreur SOAP doit être chiffré, signé ou les deux. Pour plus d’informations, consultez la ProtectionLevel propriété.