AuthenticationManager.AutomaticAuthentication Properti
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Jika benar, server harus mengatur HttpContext.User. Jika salah, server hanya akan memberikan identitas ketika diminta secara eksplisit oleh AuthenticationScheme. Secara default adalah benar.
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