Aracılığıyla paylaş


IISServerOptions.AutomaticAuthentication Özellik

Tanım

True ise sunucunun HttpContext.User'i ayarlaması gerekir. False ise sunucu yalnızca AuthenticationScheme tarafından açıkça istendiğinde bir kimlik sağlar. Not Bunun çalışması için IIS'de Windows Kimlik Doğrulaması'nın da etkinleştirilmesi gerekir.

public:
 property bool AutomaticAuthentication { bool get(); void set(bool value); };
public bool AutomaticAuthentication { get; set; }
member this.AutomaticAuthentication : bool with get, set
Public Property AutomaticAuthentication As Boolean

Özellik Değeri

Şunlara uygulanır