다음을 통해 공유


NetMsmqBinding.Security 속성

정의

이 바인딩과 연결된 NetMsmqSecurity를 가져오거나 설정합니다.

public:
 property System::ServiceModel::NetMsmqSecurity ^ Security { System::ServiceModel::NetMsmqSecurity ^ get(); };
public:
 property System::ServiceModel::NetMsmqSecurity ^ Security { System::ServiceModel::NetMsmqSecurity ^ get(); void set(System::ServiceModel::NetMsmqSecurity ^ value); };
public System.ServiceModel.NetMsmqSecurity Security { get; }
public System.ServiceModel.NetMsmqSecurity Security { get; set; }
member this.Security : System.ServiceModel.NetMsmqSecurity
member this.Security : System.ServiceModel.NetMsmqSecurity with get, set
Public ReadOnly Property Security As NetMsmqSecurity
Public Property Security As NetMsmqSecurity

속성 값

NetMsmqSecurity

이 바인딩과 연결된 NetMsmqSecurity입니다.

예제

다음 코드에서는 NetMsmqSecurity 개체를 가져오는 방법을 보여 줍니다.

NetMsmqBinding binding = new NetMsmqBinding();
    NetMsmqSecurity security = binding.Security;

설명

NetMsmqSecurity는 메시지 큐(MSMQ) 전송 및 SOAP 보안의 캡슐화입니다. 이 클래스는 전송 또는 SOAP 보안의 사용 여부 그리고 보안이 사용된다면 어떤 인증 모드 및 보호 수준을 사용하는지를 지정합니다.

적용 대상