MsmqIntegrationSecurityElement.Transport 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
메시지 큐 통합 채널과 연결된 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
속성 값
메시지 큐 통합 채널과 연결된 MsmqTransportSecurity입니다.
- 특성
설명
MsmqTransportSecurity는 메시지 큐 통합 전송을 위한 보안 설정을 캡슐화합니다. 설정은 메시지 큐 통합 및 대기 중인 전송에서 모두 동일합니다. MsmqTransportSecurity를 사용하면 인증 모드, 암호화 알고리즘, 보안 해시 알고리즘, 보호 수준을 설정할 수 있습니다.