MsmqIntegrationSecurityElement.Transport 속성

정의

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

public:
 property System::ServiceModel::Configuration::MsmqTransportSecurityElement ^ Transport { System::ServiceModel::Configuration::MsmqTransportSecurityElement ^ get(); };
[System.Configuration.ConfigurationProperty("transport")]
public System.ServiceModel.Configuration.MsmqTransportSecurityElement Transport { get; }
[<System.Configuration.ConfigurationProperty("transport")>]
member this.Transport : System.ServiceModel.Configuration.MsmqTransportSecurityElement
Public ReadOnly Property Transport As MsmqTransportSecurityElement

속성 값

MsmqTransportSecurityElement

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

특성

설명

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

적용 대상