Compartir a través de


OperationDescription.HasProtectionLevel Propiedad

Definición

Obtiene un valor que indica si se ha establecido un nivel de protección para la operación.

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

Valor de propiedad

Boolean

true si se ha establecido el nivel de protección; de lo contrario, false.

Comentarios

Cuando se establece el ProtectionLevel, la propiedad HasProtectionLevel se establece en true.

HasProtectionLevelcorresponde a la HasProtectionLevel propiedad del modelo de programación de Windows Communication Foundation (WCF).

Utilice la propiedad HasProtectionLevel para indicar que los mensajes de esta operación requieren un nivel de protección concreto.

Se aplica a