Share via


SecurityElementBase.MessageProtectionOrder 속성

정의

이 바인딩의 메시지 암호화 및 서명 순서를 가져오거나 설정합니다.

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

속성 값

MessageProtectionOrder

메시지 보호 방법을 지정하는 MessageProtectionOrder입니다. 기본값은 SignBeforeEncrypt입니다.

특성

적용 대상