NetMsmqBindingElement.Security 属性
定义
获取与此绑定相关联的 NetMsmqSecurity。Gets the NetMsmqSecurity that is associated with this binding.
public:
property System::ServiceModel::Configuration::NetMsmqSecurityElement ^ Security { System::ServiceModel::Configuration::NetMsmqSecurityElement ^ get(); };
[System.Configuration.ConfigurationProperty("security")]
public System.ServiceModel.Configuration.NetMsmqSecurityElement Security { get; }
[<System.Configuration.ConfigurationProperty("security")>]
member this.Security : System.ServiceModel.Configuration.NetMsmqSecurityElement
Public ReadOnly Property Security As NetMsmqSecurityElement
属性值
与此绑定相关联的 NetMsmqSecurity。The NetMsmqSecurity that is associated with this binding.
- 属性
注解
NetMsmqSecurity 是 MSMQ 传输和 SOAP 安全的包装。NetMsmqSecurity is an encapsulation of both MSMQ transport and SOAP security. 它指定是否启用传输或 SOAP 安全;如果启用,还指定所使用的身份验证模式和保护级别。It specifies whether transport or SOAP security is enabled and, if so, what authentication mode and protection levels are in use.