共用方式為


PeerHopCountAttribute.ProtectionLevel 屬性

定義

取得值,指出對等躍點計數成員要依現狀傳輸、要經過簽署,或是要經過簽署並加密。

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

屬性值

其中一個列舉值,表示安全性保護等級。 預設值是 None

適用於