Share via


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

プロパティ値

セキュリティ保護レベルを示す列挙値の 1 つ。 既定値は None です。

適用対象