Sdílet prostřednictvím


HttpTransportElement.AuthenticationScheme Vlastnost

Definice

Získá nebo nastaví schéma ověřování používané k ověření požadavků klientů zpracovávaných naslouchacím procesem HTTP.

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

Hodnota vlastnosti

Objekt AuthenticationSchemes , který určuje protokoly používané pro ověřování klientů. Výchozí hodnota je Anonymní.

Atributy

Poznámky

Schéma ověřování lze nastavit pouze jednou.

Platí pro