OperationInfo.ProtectionLevel Eigenschaft

Definition

Dient zum ProtectionLevel Abrufen oder Festlegen des Vorgangs.

public:
 property Nullable<System::Net::Security::ProtectionLevel> ProtectionLevel { Nullable<System::Net::Security::ProtectionLevel> get(); void set(Nullable<System::Net::Security::ProtectionLevel> value); };
public System.Net.Security.ProtectionLevel? ProtectionLevel { get; set; }
member this.ProtectionLevel : Nullable<System.Net.Security.ProtectionLevel> with get, set
Public Property ProtectionLevel As Nullable(Of ProtectionLevel)

Eigenschaftswert

Ein ProtectionLevel Objekt, das vom Vorgang verwendet wird.

Hinweise

Der Standardwert ist null, was bedeutet, dass die Schutzebene nicht festgelegt ist.

Gilt für: