DefaultHttpContext.InitializeAuthenticationManager Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Achtung
This is obsolete and will be removed in a future version. See https://go.microsoft.com/fwlink/?linkid=845470.
protected:
virtual Microsoft::AspNetCore::Http::Authentication::AuthenticationManager ^ InitializeAuthenticationManager();
protected virtual Microsoft.AspNetCore.Http.Authentication.AuthenticationManager InitializeAuthenticationManager ();
[System.Obsolete("This is obsolete and will be removed in a future version. See https://go.microsoft.com/fwlink/?linkid=845470.")]
protected virtual Microsoft.AspNetCore.Http.Authentication.AuthenticationManager InitializeAuthenticationManager ();
abstract member InitializeAuthenticationManager : unit -> Microsoft.AspNetCore.Http.Authentication.AuthenticationManager
override this.InitializeAuthenticationManager : unit -> Microsoft.AspNetCore.Http.Authentication.AuthenticationManager
[<System.Obsolete("This is obsolete and will be removed in a future version. See https://go.microsoft.com/fwlink/?linkid=845470.")>]
abstract member InitializeAuthenticationManager : unit -> Microsoft.AspNetCore.Http.Authentication.AuthenticationManager
override this.InitializeAuthenticationManager : unit -> Microsoft.AspNetCore.Http.Authentication.AuthenticationManager
Protected Overridable Function InitializeAuthenticationManager () As AuthenticationManager
Gibt zurück
- Attribute