NetTcpBinding.Security Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtém um objeto que especifica o tipo de segurança usado com serviços configurados com esta associação.
public:
property System::ServiceModel::NetTcpSecurity ^ Security { System::ServiceModel::NetTcpSecurity ^ get(); void set(System::ServiceModel::NetTcpSecurity ^ value); };
public:
property System::ServiceModel::NetTcpSecurity ^ Security { System::ServiceModel::NetTcpSecurity ^ get(); };
public System.ServiceModel.NetTcpSecurity Security { get; set; }
public System.ServiceModel.NetTcpSecurity Security { get; }
member this.Security : System.ServiceModel.NetTcpSecurity with get, set
member this.Security : System.ServiceModel.NetTcpSecurity
Public Property Security As NetTcpSecurity
Public ReadOnly Property Security As NetTcpSecurity
Valor da propriedade
O NetTcpSecurity que contém os tipos de segurança usados com esta associação. O modo padrão de segurança para o NetTCPBinding
é Transport.
Exemplos
Este exemplo mostra como obter o Security valor.
NetTcpSecurity security = binding.Security;
Comentários
Ele NetTcpSecurity fornece os tipos de segurança e configurações disponíveis para o NetTcpBinding.