MsmqIntegrationSecurityElement.Mode Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the MsmqIntegrationSecurityMode that is associated with the Message Queuing integration channel.
public:
property System::ServiceModel::MsmqIntegration::MsmqIntegrationSecurityMode Mode { System::ServiceModel::MsmqIntegration::MsmqIntegrationSecurityMode get(); void set(System::ServiceModel::MsmqIntegration::MsmqIntegrationSecurityMode value); };
[System.Configuration.ConfigurationProperty("mode", DefaultValue=System.ServiceModel.MsmqIntegration.MsmqIntegrationSecurityMode.Transport)]
public System.ServiceModel.MsmqIntegration.MsmqIntegrationSecurityMode Mode { get; set; }
[<System.Configuration.ConfigurationProperty("mode", DefaultValue=System.ServiceModel.MsmqIntegration.MsmqIntegrationSecurityMode.Transport)>]
member this.Mode : System.ServiceModel.MsmqIntegration.MsmqIntegrationSecurityMode with get, set
Public Property Mode As MsmqIntegrationSecurityMode
Property Value
The MsmqIntegrationSecurityMode that is associated with the Message Queuing integration channel.
- Attributes
Remarks
MsmqIntegrationSecurityMode is an enumeration that contains the following values: None and Transport. The default value is Transport.
Applies to
Співпраця з нами на GitHub
Джерело цього вмісту можна знайти на GitHub, де також можна створювати й переглядати запитання та запити на внесення змін. Докладні відомості наведено в нашому посібнику для співавторів.