MsmqTransportSecurity.MsmqProtectionLevel Propriété

Définition

Obtient ou définit l’élément ProtectionLevel associé à cette instance de la MsmqTransportSecurity classe.

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é

Associé ProtectionLevel à cette instance de la MsmqTransportSecurity classe.

Exceptions

La valeur n’est pas l’une des ProtectionLevel valeurs.

Remarques

Le niveau de protection par défaut est Sign.

S’applique à