AsymmetricSecurityBindingElement.MessageProtectionOrder 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
이 바인딩의 메시지 암호화 및 서명 순서를 가져오거나 설정합니다.
public:
property System::ServiceModel::Security::MessageProtectionOrder MessageProtectionOrder { System::ServiceModel::Security::MessageProtectionOrder get(); void set(System::ServiceModel::Security::MessageProtectionOrder value); };
public System.ServiceModel.Security.MessageProtectionOrder MessageProtectionOrder { get; set; }
member this.MessageProtectionOrder : System.ServiceModel.Security.MessageProtectionOrder with get, set
Public Property MessageProtectionOrder As MessageProtectionOrder
속성 값
메시지를 보호하는 방법을 지정하는 MessageProtectionOrder 값 중 하나입니다. 기본값은 SignBeforeEncrypt입니다.
예외
값이 열거형의 유효한 멤버가 아닌 경우
설명
참고
메시지에 암호화된 내용이 없는 경우에는 MessageProtectionOrder 속성이 SignBeforeEncryptAndEncryptSignature로 설정되어 있더라도 서명 요소가 암호화되지 않습니다. 이 동작은 시스템 제공 바인딩을 사용하는 경우에도 발생합니다. 그러나 WCF에서 생성된 WSDL에는 어설션이 <sp:EncryptSignature>
여전히 포함되어 있습니다.
멤버 목록과 해당 설명은 MessageProtectionOrder를 참조하십시오.
적용 대상
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET