다음을 통해 공유


WebHttpSecurity.Mode 속성

정의

WebHttpBinding을 사용하여 HTTP 요청을 수신하도록 구성된 엔드포인트에서 사용되는 보안 모드를 가져오거나 설정합니다.

public:
 property System::ServiceModel::WebHttpSecurityMode Mode { System::ServiceModel::WebHttpSecurityMode get(); void set(System::ServiceModel::WebHttpSecurityMode value); };
public System.ServiceModel.WebHttpSecurityMode Mode { get; set; }
member this.Mode : System.ServiceModel.WebHttpSecurityMode with get, set
Public Property Mode As WebHttpSecurityMode

속성 값

WebHttpSecurityMode

엔드포인트에서 전송 수준 보안을 사용하는지 아니면 보안을 사용하지 않는지를 나타내는 WebHttpSecurityMode의 값입니다. 기본값은 None입니다.

예외

값이 올바른 WebHttpSecurityMode이 아닌 경우

설명

이 속성은 Transport 속성의 설정이 유효한지 여부를 확인합니다.

적용 대상