MsmqTransportSecurity.MsmqProtectionLevel 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置与 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 类的此实例相关联的 MsmqTransportSecurity。
例外
该值不是 ProtectionLevel 值之一。
注解
默认保护级别为 Sign。