SecurityElementBase.MessageProtectionOrder Propiedad

Definición

Obtiene o establece el orden del cifrado de mensajes y la firma de este enlace.

public:
 property System::ServiceModel::Security::MessageProtectionOrder MessageProtectionOrder { System::ServiceModel::Security::MessageProtectionOrder get(); void set(System::ServiceModel::Security::MessageProtectionOrder value); };
[System.Configuration.ConfigurationProperty("messageProtectionOrder", DefaultValue=System.ServiceModel.Security.MessageProtectionOrder.SignBeforeEncryptAndEncryptSignature)]
public System.ServiceModel.Security.MessageProtectionOrder MessageProtectionOrder { get; set; }
[<System.Configuration.ConfigurationProperty("messageProtectionOrder", DefaultValue=System.ServiceModel.Security.MessageProtectionOrder.SignBeforeEncryptAndEncryptSignature)>]
member this.MessageProtectionOrder : System.ServiceModel.Security.MessageProtectionOrder with get, set
Public Property MessageProtectionOrder As MessageProtectionOrder

Valor de propiedad

que MessageProtectionOrder especifica cómo está protegido el mensaje. El valor predeterminado es SignBeforeEncrypt.

Atributos

Se aplica a