MsmqTransportSecurityElement.MsmqProtectionLevel 属性

定义

获取或设置与 ProtectionLevel 类的此实例相关联的 MsmqTransportSecurityElement

public:
 property System::Net::Security::ProtectionLevel MsmqProtectionLevel { System::Net::Security::ProtectionLevel get(); void set(System::Net::Security::ProtectionLevel value); };
[System.Configuration.ConfigurationProperty("msmqProtectionLevel", DefaultValue=System.Net.Security.ProtectionLevel.Sign)]
public System.Net.Security.ProtectionLevel MsmqProtectionLevel { get; set; }
[<System.Configuration.ConfigurationProperty("msmqProtectionLevel", DefaultValue=System.Net.Security.ProtectionLevel.Sign)>]
member this.MsmqProtectionLevel : System.Net.Security.ProtectionLevel with get, set
Public Property MsmqProtectionLevel As ProtectionLevel

属性值

ProtectionLevel

ProtectionLevel 类的此实例相关联的 MsmqTransportSecurity

属性

注解

默认保护级别为 Sign

适用于