Aracılığıyla paylaş


WebHttpBinding.Security Özellik

Tanım

Bu bağlamada kullanılan güvenlik ayarlarını alır.

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

Özellik Değeri

WebHttpSecurity

WebHttpSecurityBu bağlama ile birlikte kullanılır. None varsayılan değerdir.

Açıklamalar

Varsayılan olmayan bir güvenlik türü kullanmak için WebHttpBinding(WebHttpSecurityMode) oluşturucuyu kullanın.

Not

Bu özelliği olarak ayarlarsanız TransportCredentialOnly ve http kullanıyorsanız, kimlik bilgilerinin düz metin olarak kablo üzerinden gönderileceğini unutmayın.

Şunlara uygulanır