OperationContractAttribute.HasProtectionLevel Propiedad

Definición

Obtiene un valor que indica si los mensajes para esta operación deben cifrarse, firmarse o ambos.

public:
 property bool HasProtectionLevel { bool get(); };
public bool HasProtectionLevel { get; }
member this.HasProtectionLevel : bool
Public ReadOnly Property HasProtectionLevel As Boolean

Valor de propiedad

true si se define la propiedad ProtectionLevel en un valor distinto de None; de lo contrario, false. De manera predeterminada, es false.

Comentarios

Utilice la propiedad HasProtectionLevel para determinar si los mensajes de esta operación necesitan un nivel de protección concreto.

Se aplica a