Udostępnij za pośrednictwem


WebHttpBinding.Security Właściwość

Definicja

Pobiera ustawienia zabezpieczeń używane z tym powiązaniem.

public:
 property System::ServiceModel::WebHttpSecurity ^ Security { System::ServiceModel::WebHttpSecurity ^ get(); };
public:
 property System::ServiceModel::WebHttpSecurity ^ Security { System::ServiceModel::WebHttpSecurity ^ get(); void set(System::ServiceModel::WebHttpSecurity ^ value); };
public System.ServiceModel.WebHttpSecurity Security { get; }
public System.ServiceModel.WebHttpSecurity Security { get; set; }
member this.Security : System.ServiceModel.WebHttpSecurity
member this.Security : System.ServiceModel.WebHttpSecurity with get, set
Public ReadOnly Property Security As WebHttpSecurity
Public Property Security As WebHttpSecurity

Wartość właściwości

WebHttpSecurity

, WebHttpSecurity który jest używany z tym powiązaniem. Wartość domyślna to None.

Uwagi

Aby użyć zabezpieczeń innego niż domyślny, użyj WebHttpBinding(WebHttpSecurityMode) konstruktora .

Uwaga

Jeśli ustawisz tę właściwość na i używasz protokołu HTTP, należy pamiętać, że poświadczenia są wysyłane za pośrednictwem sieci w TransportCredentialOnly postaci zwykłego tekstu.

Dotyczy