Sdílet prostřednictvím


NetMsmqBindingElement.Security Vlastnost

Definice

Získá, NetMsmqSecurity která je přidružena k této vazbě.

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

Hodnota vlastnosti

Hodnota NetMsmqSecurity , která je přidružena k této vazbě.

Atributy

Poznámky

NetMsmqSecurity je zapouzdřením přenosu MSMQ i zabezpečení SOAP. Určuje, jestli je povolené zabezpečení protokolu SOAP nebo přenosu, a pokud ano, jaký režim ověřování a úrovně ochrany se používají.

Platí pro