System.ServiceModel
4.0.0.0
System.Configuration.ConfigurationElement
Objects of this type are created by creating an instance of the binding. You can then use this object to reference all of the various security settings related to the binding.
The class encapsulates the MSMQ security features available when using the binding.
Constructor
4.0.0.0
To be added.
Initializes a new instance of the class.
Property
4.0.0.0
System.Configuration.ConfigurationProperty("message", Options=System.Configuration.ConfigurationPropertyOptions.None)
System.ServiceModel.Configuration.MessageSecurityOverMsmqElement
To be added.
The instance encapsulates the SOAP message security settings.
Gets the instance that is associated with the binding.
Property
4.0.0.0
System.Configuration.ConfigurationProperty("mode", DefaultValue=Mono.Cecil.CustomAttributeArgument, Options=System.Configuration.ConfigurationPropertyOptions.None)
System.ServiceModel.NetMsmqSecurityMode
To be added.
This property determines the type of security used by the associated NetMsmqBinding. The following list describes the acceptable values:
-
None - No security will be used.
-
Transport - Transport security will be used.
-
Message - Message-based security will be used.
-
Both - Both message-based security and transport security will be used.
Gets or sets the instance that is associated with the binding.
Property
4.0.0.0
System.Configuration.ConfigurationPropertyCollection
To be added.
To be added.
To be added.
Property
4.0.0.0
System.Configuration.ConfigurationProperty("transport", Options=System.Configuration.ConfigurationPropertyOptions.None)
System.ServiceModel.Configuration.MsmqTransportSecurityElement
To be added.
This property enables access to Msmq Transport security settings.
Gets the element that is associated with the binding.