Udostępnij za pośrednictwem


ContractDescription.ProtectionLevel Właściwość

Definicja

Pobiera lub ustawia poziom ochrony zabezpieczeń skojarzony z kontraktem.

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

Wartość właściwości

Element ProtectionLevel dla operacji.

Przykłady

ProtectionLevel protectionLevel = cd.ProtectionLevel;
Console.WriteLine("\tProtection Level: {0}", protectionLevel.ToString());
Dim protectionLevel As ProtectionLevel = cd.ProtectionLevel
Console.WriteLine(Constants.vbTab & "Protection Level: {0}", protectionLevel.ToString())

Uwagi

Gdy właściwość ProtectionLevel jest ustawiona, właściwość jest ustawiona HasProtectionLevel na truewartość .

Dotyczy