MsmqIntegrationBinding.Security 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 the MsmqIntegrationSecurity that is associated with this binding.
public:
property System::ServiceModel::MsmqIntegration::MsmqIntegrationSecurity ^ Security { System::ServiceModel::MsmqIntegration::MsmqIntegrationSecurity ^ get(); };
public:
property System::ServiceModel::MsmqIntegration::MsmqIntegrationSecurity ^ Security { System::ServiceModel::MsmqIntegration::MsmqIntegrationSecurity ^ get(); void set(System::ServiceModel::MsmqIntegration::MsmqIntegrationSecurity ^ value); };
public System.ServiceModel.MsmqIntegration.MsmqIntegrationSecurity Security { get; }
public System.ServiceModel.MsmqIntegration.MsmqIntegrationSecurity Security { get; set; }
member this.Security : System.ServiceModel.MsmqIntegration.MsmqIntegrationSecurity
member this.Security : System.ServiceModel.MsmqIntegration.MsmqIntegrationSecurity with get, set
Public ReadOnly Property Security As MsmqIntegrationSecurity
Public Property Security As MsmqIntegrationSecurity
Property Value
The MsmqIntegrationSecurity that is associated with this binding.
Remarks
MsmqIntegrationSecurity encapsulates Message Queuing (MSMQ) transport security settings.
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.