다음을 통해 공유


MsmqBindingElementBase.MsmqTransportSecurity 속성

정의

이 바인딩 요소와 연결된 MsmqTransportSecurity를 가져옵니다.

public:
 property System::ServiceModel::MsmqTransportSecurity ^ MsmqTransportSecurity { System::ServiceModel::MsmqTransportSecurity ^ get(); };
public System.ServiceModel.MsmqTransportSecurity MsmqTransportSecurity { get; }
member this.MsmqTransportSecurity : System.ServiceModel.MsmqTransportSecurity
Public ReadOnly Property MsmqTransportSecurity As MsmqTransportSecurity

속성 값

MsmqTransportSecurity

이 바인딩 요소와 연결된 MsmqTransportSecurity입니다.

설명

MsmqTransportSecurity 는 MSMQ 통합 전송에 대한 보안 설정을 캡슐화합니다. 설정은 MSMQ 통합 및 대기 중인 전송 모두에 대해 동일합니다. MsmqTransportSecurity 를 사용하면 인증 모드, 암호화 알고리즘, 보안 해시 알고리즘 및 보호 수준을 설정할 수 있습니다.

적용 대상