MsmqIntegrationSecurityMode 열거형
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
MsmqIntegrationSecurityMode는 MSMQ 통합 채널에서 지원하는 보안 모드를 지정하는 열거형입니다.
public enum class MsmqIntegrationSecurityMode
public enum MsmqIntegrationSecurityMode
type MsmqIntegrationSecurityMode =
Public Enum MsmqIntegrationSecurityMode
- 상속
필드
None | 0 | 보안 설정이 없습니다. |
Transport | 1 | MSMQ 전송 보안을 사용하십시오. |
설명
이 열거형은 < 보안 > 섹션의 구성 파일 내에서 설정할 수 있습니다. MsmqIntegrationBinding 클래스의 생성자에 적절한 값을 전달함으로써 코드에 설정할 수도 있습니다.