WebHttpSecurity.Mode 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
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의 값입니다. 기본값은 None입니다.
예외
값이 올바른 WebHttpSecurityMode이 아닌 경우
설명
이 속성은 Transport 속성의 설정이 유효한지 여부를 확인합니다.