NetMsmqBindingElement.Security Eigenschap

Definitie

Hiermee haalt u de NetMsmqSecurity koppeling op die aan deze binding is gekoppeld.

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

Waarde van eigenschap

De NetMsmqSecurity binding die aan deze binding is gekoppeld.

Kenmerken

Opmerkingen

NetMsmqSecurity is een inkapseling van zowel MSMQ-transport als SOAP-beveiliging. Hiermee wordt aangegeven of transport- of SOAP-beveiliging is ingeschakeld en, als dat het zo is, welke verificatiemodus en beveiligingsniveaus in gebruik zijn.

Van toepassing op