MsmqTransportSecurity.MsmqProtectionLevel Свойство

Определение

Возвращает или задает ProtectionLevel, связанный с данным экземпляром класса 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

Значение свойства

ProtectionLevel

Алгоритм ProtectionLevel, связанный с данным экземпляром класса MsmqTransportSecurity.

Исключения

Данное значение не является одним из значений ProtectionLevel.

Комментарии

Уровень защиты по умолчанию — Sign.

Применяется к