WebHttpSecurityElement.Mode 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
기본 HTTP 서비스의 보안 모드를 지정하는 XML 요소를 가져옵니다.
public:
property System::ServiceModel::WebHttpSecurityMode Mode { System::ServiceModel::WebHttpSecurityMode get(); void set(System::ServiceModel::WebHttpSecurityMode value); };
[System.Configuration.ConfigurationProperty("mode", DefaultValue=System.ServiceModel.WebHttpSecurityMode.None)]
public System.ServiceModel.WebHttpSecurityMode Mode { get; set; }
[<System.Configuration.ConfigurationProperty("mode", DefaultValue=System.ServiceModel.WebHttpSecurityMode.None)>]
member this.Mode : System.ServiceModel.WebHttpSecurityMode with get, set
Public Property Mode As WebHttpSecurityMode
속성 값
이 값 WebHttpSecurityMode 은 엔드포인트에서 전송 수준 보안 또는 보안이 사용되는지 여부를 나타냅니다. 기본값은 None입니다.
- 특성
예외
값이 잘못 WebHttpSecurityMode되었습니다.
설명
이 속성은 속성의 설정 Transport 이 유효한지 여부를 결정합니다.