MsmqAuthenticationMode 열거형
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
바인딩에 사용되는 인증 형식을 지정합니다.
public enum class MsmqAuthenticationMode
public enum MsmqAuthenticationMode
type MsmqAuthenticationMode =
Public Enum MsmqAuthenticationMode
- 상속
필드
Certificate | 2 | X.509 인증서를 사용하여 클라이언트를 인증합니다. 서버의 인증서 저장소에 클라이언트 인증서가 있어야 합니다. |
None | 0 | 이 바인딩과 함께 사용할 보안이 없습니다. |
WindowsDomain | 1 | Kerberos를 사용하여 인증합니다. 클라이언트와 서버가 트러스트된 도메인에 연결되어야 합니다. |
설명
이 열거형 값은
MsmqAuthenticationMode 속성에서 MSMQ 전송의 메시지 인증 방법을 나타내는 데 사용됩니다.
속성을 로 설정하여 보안을 해제한 경우 MsmqTransportSecurity.MsmqAuthenticationMode None
MsmqTransportSecurity.MsmqProtectionLevel 일관성을 위해 속성도 로 설정해야 ProtectionLevel.None 합니다.