PeerHopCountAttribute.ProtectionLevel Property

Definition

Gets a value that indicates whether the peer hop count member is to be transmitted as-is, signed, or signed and encrypted.

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

Property Value

One of the enumeration values that indicates the security protection level. The default value is None.

Applies to