NetHttpsBindingElement.Security Propriedade
Definição
Obtém a associação de segurança para o elemento de associação.Gets the secure binding for the binding element.
public:
property System::ServiceModel::Configuration::BasicHttpsSecurityElement ^ Security { System::ServiceModel::Configuration::BasicHttpsSecurityElement ^ get(); };
[System.Configuration.ConfigurationProperty("security")]
public System.ServiceModel.Configuration.BasicHttpsSecurityElement Security { get; }
[<System.Configuration.ConfigurationProperty("security")>]
member this.Security : System.ServiceModel.Configuration.BasicHttpsSecurityElement
Public ReadOnly Property Security As BasicHttpsSecurityElement
Valor da propriedade
A associação segura para o elemento de associação.The secure binding for the binding element.
- Atributos