WebHttpBinding.Security Özellik

Tanım

Bu bağlama ile 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 Bu bağlama ile kullanılan. None varsayılan değerdir.

Açıklamalar

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

Note

Bu özelliği olarak TransportCredentialOnly ayarladıysanız ve HTTP kullanıyorsanız kimlik bilgilerinin düz metin olarak kablo üzerinden gönderildiğini unutmayın.

Şunlara uygulanır