WebHttpSecurityElement.Transport 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
HTTP 요청을 수신하도록 구성된 서비스 엔드포인트의 전송 수준 보안 설정을 나타내는 XML 요소를 가져옵니다.
public:
property System::ServiceModel::Configuration::HttpTransportSecurityElement ^ Transport { System::ServiceModel::Configuration::HttpTransportSecurityElement ^ get(); };
[System.Configuration.ConfigurationProperty("transport")]
public System.ServiceModel.Configuration.HttpTransportSecurityElement Transport { get; }
[<System.Configuration.ConfigurationProperty("transport")>]
member this.Transport : System.ServiceModel.Configuration.HttpTransportSecurityElement
Public ReadOnly Property Transport As HttpTransportSecurityElement
속성 값
전송 수준 보안 설정을 지정하는 WebHttpSecurityElement입니다. 설정된 기본값은 ClientCredentialType의 None, ProxyCredentialType의 None 및 Realm = ""입니다.
- 특성
설명
이 속성에서 반환하는 WebHttpSecurityElement 개체를 사용하여 전송 보안 매개 변수를 설정합니다. WebHttpSecurityMode는 Transport 속성에서 제공하는 설정의 TransportCredentialOnly 또는 Transport 값으로 설정되어야 서비스 엔드포인트에 유효합니다. 이 값은 구성에서 설정하거나 WebHttpBinding(WebHttpSecurityMode) 생성자에서 설정할 수 있습니다.