ServiceModelSecurityTokenRequirement.SecureConversationSecurityBindingElement Propriedade

Definição

Obtém ou define um elemento de associação de segurança usado para proteger mensagens de inicialização de conversa segura.Gets or sets a security binding element used for securing the secure conversation bootstrap messages.

public:
 property System::ServiceModel::Channels::SecurityBindingElement ^ SecureConversationSecurityBindingElement { System::ServiceModel::Channels::SecurityBindingElement ^ get(); void set(System::ServiceModel::Channels::SecurityBindingElement ^ value); };
public System.ServiceModel.Channels.SecurityBindingElement SecureConversationSecurityBindingElement { get; set; }
member this.SecureConversationSecurityBindingElement : System.ServiceModel.Channels.SecurityBindingElement with get, set
Public Property SecureConversationSecurityBindingElement As SecurityBindingElement

Valor da propriedade

SecurityBindingElement

Um elemento de associação de segurança usado para proteger as mensagens de inicialização de conversa segura.A security binding element used for securing the secure conversation bootstrap messages.

Comentários

Essa propriedade retorna o elemento de associação de segurança a ser usado para proteger as mensagens de inicialização de conversa segura.This property returns the security binding element to be used for securing the secure conversation bootstrap messages.

Aplica-se a