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

适用于