MsmqAuthenticationMode 열거형

정의

바인딩에 사용되는 인증 형식을 지정합니다.

public enum class MsmqAuthenticationMode
public enum MsmqAuthenticationMode
type MsmqAuthenticationMode = 
Public Enum MsmqAuthenticationMode
상속
MsmqAuthenticationMode

필드

Certificate 2

X.509 인증서를 사용하여 클라이언트를 인증합니다. 서버의 인증서 저장소에 클라이언트 인증서가 있어야 합니다.

None 0

이 바인딩과 함께 사용할 보안이 없습니다.

WindowsDomain 1

Kerberos를 사용하여 인증합니다. 클라이언트와 서버가 트러스트된 도메인에 연결되어야 합니다.

설명

이 열거형 값은

MsmqAuthenticationMode 속성에서 MSMQ 전송의 메시지 인증 방법을 나타내는 데 사용됩니다.

속성을 로 설정하여 보안을 해제한 경우 MsmqTransportSecurity.MsmqAuthenticationMode None MsmqTransportSecurity.MsmqProtectionLevel 일관성을 위해 속성도 로 설정해야 ProtectionLevel.None 합니다.

적용 대상