다음을 통해 공유


MsmqIntegrationSecurity.Transport 속성

정의

메시지 큐 통합 채널과 연결된 MsmqTransportSecurity를 가져옵니다.

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

속성 값

MsmqTransportSecurity

메시지 큐 통합 채널과 연결된 MsmqTransportSecurity입니다.

설명

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

적용 대상