Sdílet prostřednictvím


SecurityElementBase.MessageProtectionOrder Vlastnost

Definice

Získá nebo nastaví pořadí šifrování zpráv a podepisování pro tuto vazbu.

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

Hodnota vlastnosti

MessageProtectionOrder

, MessageProtectionOrder která určuje, jak je zpráva chráněna. Výchozí formát je SignBeforeEncrypt.

Atributy

Platí pro