MsmqTransportSecurity.MsmqProtectionLevel Propriété

Définition

Obtient ou définit le ProtectionLevel associé à cette instance de la classe MsmqTransportSecurity.

public:
 property System::Net::Security::ProtectionLevel MsmqProtectionLevel { System::Net::Security::ProtectionLevel get(); void set(System::Net::Security::ProtectionLevel value); };
public System.Net.Security.ProtectionLevel MsmqProtectionLevel { get; set; }
member this.MsmqProtectionLevel : System.Net.Security.ProtectionLevel with get, set
Public Property MsmqProtectionLevel As ProtectionLevel

Valeur de propriété

ProtectionLevel

ProtectionLevel associé à cette instance de la classe MsmqTransportSecurity.

Exceptions

La valeur ne fait pas partie des valeurs ProtectionLevel.

Remarques

Le niveau de protection par défaut est Sign.

S’applique à