Sdílet prostřednictvím


WebHttpBinding.Security Vlastnost

Definice

Získá nastavení zabezpečení používané s touto vazbou.

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

Hodnota vlastnosti

WebHttpSecurity

WebHttpSecurity, Který se používá s touto vazbou. Výchozí hodnota je None.

Poznámky

Chcete-li použít jiný než výchozí typ zabezpečení, použijte WebHttpBinding(WebHttpSecurityMode) konstruktor.

Poznámka

Pokud tuto vlastnost nastavíte na TransportCredentialOnly a používáte protokol HTTP, uvědomte si, že přihlašovací údaje se odesílají přes drát v prostém textu.

Platí pro