OperationDescription.HasProtectionLevel Eigenschap

Definitie

Hiermee wordt een waarde opgehaald die aangeeft of voor de bewerking een beveiligingsniveau is ingesteld.

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

Waarde van eigenschap

true indien het beveiligingsniveau is ingesteld; anders, false.

Opmerkingen

Wanneer de ProtectionLevel eigenschap is ingesteld HasProtectionLevelop true .

HasProtectionLevel komt overeen met de eigenschap HasProtectionLevel in het wcf-programmeermodel (Windows Communication Foundation).

Gebruik de HasProtectionLevel eigenschap om aan te geven dat een specifiek beveiligingsniveau vereist is voor de berichten van deze bewerking.

Van toepassing op