NetMsmqSecurityElement.Mode 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
NetMsmqSecurityMode 바인딩과 연결된 NetMsmqBinding 인스턴스를 가져오거나 설정합니다.
public:
property System::ServiceModel::NetMsmqSecurityMode Mode { System::ServiceModel::NetMsmqSecurityMode get(); void set(System::ServiceModel::NetMsmqSecurityMode value); };
[System.Configuration.ConfigurationProperty("mode", DefaultValue=System.ServiceModel.NetMsmqSecurityMode.Transport)]
public System.ServiceModel.NetMsmqSecurityMode Mode { get; set; }
[<System.Configuration.ConfigurationProperty("mode", DefaultValue=System.ServiceModel.NetMsmqSecurityMode.Transport)>]
member this.Mode : System.ServiceModel.NetMsmqSecurityMode with get, set
Public Property Mode As NetMsmqSecurityMode
속성 값
NetMsmqSecurityMode 바인딩과 연결된 NetMsmqBinding 인스턴스입니다.
- 특성
설명
이 속성은 연결된 NetMsmqBinding에서 사용하는 보안 형식을 결정합니다. 다음 목록에서는 허용되는 값에 대해 설명합니다.
None- 보안을 사용하지 않습니다.Transport- 전송 보안을 사용합니다.Message- 메시지 기반 보안을 사용합니다.Both- 메시지 기반 보안과 전송 보안을 모두 사용합니다.