Aracılığıyla paylaş


WebHttpBindingElement.Security Özellik

Tanım

Bu bağlama ile kullanılan güvenlik ayarlarını içeren yapılandırma öğesini alır.

public:
 property System::ServiceModel::Configuration::WebHttpSecurityElement ^ Security { System::ServiceModel::Configuration::WebHttpSecurityElement ^ get(); };
[System.Configuration.ConfigurationProperty("security")]
public System.ServiceModel.Configuration.WebHttpSecurityElement Security { get; }
[<System.Configuration.ConfigurationProperty("security")>]
member this.Security : System.ServiceModel.Configuration.WebHttpSecurityElement
Public ReadOnly Property Security As WebHttpSecurityElement

Özellik Değeri

WebHttpSecurityElement Bu bağlama ile kullanılan. None varsayılan değerdir.

Öznitelikler

Açıklamalar

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

Şunlara uygulanır