Aracılığıyla paylaş


HttpTransportElement.AuthenticationScheme Özellik

Tanım

HTTP dinleyicisi tarafından işlenen istemci isteklerinin kimliğini doğrulamak için kullanılan kimlik doğrulama düzenini alır veya ayarlar.

public:
 property System::Net::AuthenticationSchemes AuthenticationScheme { System::Net::AuthenticationSchemes get(); void set(System::Net::AuthenticationSchemes value); };
[System.Configuration.ConfigurationProperty("authenticationScheme", DefaultValue=System.Net.AuthenticationSchemes.Anonymous)]
public System.Net.AuthenticationSchemes AuthenticationScheme { get; set; }
[<System.Configuration.ConfigurationProperty("authenticationScheme", DefaultValue=System.Net.AuthenticationSchemes.Anonymous)>]
member this.AuthenticationScheme : System.Net.AuthenticationSchemes with get, set
Public Property AuthenticationScheme As AuthenticationSchemes

Özellik Değeri

AuthenticationSchemes

AuthenticationSchemesİstemci kimlik doğrulaması için kullanılan protokolleri belirten nesne. Varsayılan değer anonimdir.

Öznitelikler

Açıklamalar

Kimlik doğrulama düzeni yalnızca bir kez ayarlanabilir.

Şunlara uygulanır