NetMsmqSecurityElement.Mode 속성

정의

바인딩과 연결된 인스턴스를 NetMsmqSecurityMode 가져오거나 설정합니다NetMsmqBinding.

public:
 property System::ServiceModel::NetMsmqSecurityMode Mode { System::ServiceModel::NetMsmqSecurityMode get(); void set(System::ServiceModel::NetMsmqSecurityMode value); };
[System.Configuration.ConfigurationProperty("mode", DefaultValue=System.ServiceModel.NetMsmqSecurityMode.Transport)]
public System.ServiceModel.NetMsmqSecurityMode Mode { get; set; }
[<System.Configuration.ConfigurationProperty("mode", DefaultValue=System.ServiceModel.NetMsmqSecurityMode.Transport)>]
member this.Mode : System.ServiceModel.NetMsmqSecurityMode with get, set
Public Property Mode As NetMsmqSecurityMode

속성 값

NetMsmqSecurityMode 바인딩과 NetMsmqBinding 연결된 인스턴스입니다.

특성

설명

이 속성은 연결된 NetMsmqBinding보안에서 사용하는 보안 유형을 결정합니다. 다음 목록에서는 허용되는 값을 설명합니다.

  • None - 보안이 사용되지 않습니다.

  • Transport - 전송 보안이 사용됩니다.

  • Message - 메시지 기반 보안이 사용됩니다.

  • Both - 메시지 기반 보안 및 전송 보안이 모두 사용됩니다.

적용 대상