다음을 통해 공유


WebHttpSecurityElement.Mode 속성

정의

기본 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 이 유효한지 여부를 결정합니다.

적용 대상