PeerHopCountAttribute.ProtectionLevel Propiedad

Definición

Obtiene un valor que indica si el miembro de número de saltos del mismo nivel será transmitido como es, si está firmado, o bien si está firmado y cifrado.

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

Valor de propiedad

Uno de los valores de enumeración que indica el nivel de protección de seguridad. El valor predeterminado es None.

Se aplica a