ISecurityCapabilities.SupportedRequestProtectionLevel Eigenschaft

Definition

Ruft die Anforderungen der Schutzebene ab, die von der Bindung unterstützt werden.

public:
 property System::Net::Security::ProtectionLevel SupportedRequestProtectionLevel { System::Net::Security::ProtectionLevel get(); };
public System.Net.Security.ProtectionLevel SupportedRequestProtectionLevel { get; }
member this.SupportedRequestProtectionLevel : System.Net.Security.ProtectionLevel
Public ReadOnly Property SupportedRequestProtectionLevel As ProtectionLevel

Eigenschaftswert

ProtectionLevel

Die ProtectionLevel, die die Anforderungen der Schutzebene angibt, die von der Bindung unterstützt werden.

Beispiele

Im folgenden Codeausschnitt wird veranschaulicht, wie diese Eigenschaft implementiert wird:

Gilt für: