다음을 통해 공유


WebHttpBindingElement.Security 속성

정의

이 바인딩과 함께 사용되는 보안 설정을 포함하는 구성 요소를 가져옵니다.

public:
 property System::ServiceModel::Configuration::WebHttpSecurityElement ^ Security { System::ServiceModel::Configuration::WebHttpSecurityElement ^ get(); };
[System.Configuration.ConfigurationProperty("security")]
public System.ServiceModel.Configuration.WebHttpSecurityElement Security { get; }
[<System.Configuration.ConfigurationProperty("security")>]
member this.Security : System.ServiceModel.Configuration.WebHttpSecurityElement
Public ReadOnly Property Security As WebHttpSecurityElement

속성 값

WebHttpSecurityElement

이 바인딩과 함께 사용되는 WebHttpSecurityElement입니다. 기본값은 None입니다.

특성

설명

기본 형식이 아닌 보안을 사용하려면 WebHttpBinding(WebHttpSecurityMode) 생성자를 사용합니다.

적용 대상