DefaultHttpContext.UninitializeAuthenticationManager Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Attention
This is obsolete and will be removed in a future version. See https://go.microsoft.com/fwlink/?linkid=845470.
protected:
virtual void UninitializeAuthenticationManager(Microsoft::AspNetCore::Http::Authentication::AuthenticationManager ^ instance);
protected virtual void UninitializeAuthenticationManager (Microsoft.AspNetCore.Http.Authentication.AuthenticationManager instance);
[System.Obsolete("This is obsolete and will be removed in a future version. See https://go.microsoft.com/fwlink/?linkid=845470.")]
protected virtual void UninitializeAuthenticationManager (Microsoft.AspNetCore.Http.Authentication.AuthenticationManager instance);
abstract member UninitializeAuthenticationManager : Microsoft.AspNetCore.Http.Authentication.AuthenticationManager -> unit
override this.UninitializeAuthenticationManager : Microsoft.AspNetCore.Http.Authentication.AuthenticationManager -> unit
[<System.Obsolete("This is obsolete and will be removed in a future version. See https://go.microsoft.com/fwlink/?linkid=845470.")>]
abstract member UninitializeAuthenticationManager : Microsoft.AspNetCore.Http.Authentication.AuthenticationManager -> unit
override this.UninitializeAuthenticationManager : Microsoft.AspNetCore.Http.Authentication.AuthenticationManager -> unit
Protected Overridable Sub UninitializeAuthenticationManager (instance As AuthenticationManager)
Paramètres
- instance
- AuthenticationManager
- Attributs