다음을 통해 공유


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

속성 값

ProtectionLevel

보안 보호 수준을 나타내는 열거형 값 중 하나입니다. 기본값은 None입니다.

적용 대상